chore: Apply stashed changes

This commit is contained in:
quexeky
2025-01-20 18:22:24 +11:00
parent 4fc0855ba1
commit e0ea8c9a57
3 changed files with 35 additions and 16 deletions

View File

@ -60,7 +60,9 @@ pub struct GameVersion {
pub version_index: usize,
pub version_name: String,
pub launch_command: String,
pub launch_args: Vec<String>,
pub setup_command: String,
pub setup_args: Vec<String>,
pub platform: Platform,
}