[PR #30] [CLOSED] Launch tooling #121

Closed
opened 2026-02-17 17:12:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/30
Author: @quexeky
Created: 4/1/2025
Status: Closed

Base: developHead: launch-tooling


📝 Commits (3)

  • ee2a5fe feat(launch tooling): Added ProcessCommand struct.
  • aa5e005 Merge branch 'develop' into launch-tooling
  • d53654e Merge branch 'develop' into launch-tooling

📊 Changes

7 files changed (+148 additions, -49 deletions)

View changed files

📝 src-tauri/Cargo.lock (+7 -0)
📝 src-tauri/Cargo.toml (+1 -0)
📝 src-tauri/src/database/db.rs (+45 -5)
📝 src-tauri/src/games/library.rs (+5 -3)
📝 src-tauri/src/process/mod.rs (+1 -0)
src-tauri/src/process/process_command.rs (+55 -0)
📝 src-tauri/src/process/process_manager.rs (+34 -41)

📄 Description

Adds more in-depth ability to customise launch commands and args


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/30 **Author:** [@quexeky](https://github.com/quexeky) **Created:** 4/1/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `launch-tooling` --- ### 📝 Commits (3) - [`ee2a5fe`](https://github.com/Drop-OSS/drop-app/commit/ee2a5fe9575d1adc795026f009b9fb2d3392265d) feat(launch tooling): Added ProcessCommand struct. - [`aa5e005`](https://github.com/Drop-OSS/drop-app/commit/aa5e00546f9d982f345cd4569bb0f839be87013b) Merge branch 'develop' into launch-tooling - [`d53654e`](https://github.com/Drop-OSS/drop-app/commit/d53654e0f3a4354d8616273427785c8893ed0731) Merge branch 'develop' into launch-tooling ### 📊 Changes **7 files changed** (+148 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/Cargo.lock` (+7 -0) 📝 `src-tauri/Cargo.toml` (+1 -0) 📝 `src-tauri/src/database/db.rs` (+45 -5) 📝 `src-tauri/src/games/library.rs` (+5 -3) 📝 `src-tauri/src/process/mod.rs` (+1 -0) ➕ `src-tauri/src/process/process_command.rs` (+55 -0) 📝 `src-tauri/src/process/process_manager.rs` (+34 -41) </details> ### 📄 Description Adds more in-depth ability to customise launch commands and args --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:08 -05:00
yindo closed this issue 2026-02-17 17:12:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#121