mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 17:05:32 -04:00
[PR #30] [CLOSED] Launch tooling #121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/30
Author: @quexeky
Created: 4/1/2025
Status: ❌ Closed
Base:
develop← Head:launch-tooling📝 Commits (3)
ee2a5fefeat(launch tooling): Added ProcessCommand struct.aa5e005Merge branch 'develop' into launch-toolingd53654eMerge 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.