We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4402343 commit e0944d9Copy full SHA for e0944d9
1 file changed
src-tauri/process/src/process_handlers.rs
@@ -17,7 +17,7 @@ impl ProcessHandler for NativeGameLauncher {
17
_current_dir: &str,
18
_database: &Database,
19
) -> Result<String, ProcessError> {
20
- Ok(format!("\"{}\"", launch_command))
+ Ok(launch_command)
21
}
22
23
fn valid_for_platform(&self, _db: &Database, _target: &Platform) -> bool {
0 commit comments