Skip to content

Commit e0944d9

Browse files
committed
fix: native launcher
1 parent 4402343 commit e0944d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/process/src/process_handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl ProcessHandler for NativeGameLauncher {
1717
_current_dir: &str,
1818
_database: &Database,
1919
) -> Result<String, ProcessError> {
20-
Ok(format!("\"{}\"", launch_command))
20+
Ok(launch_command)
2121
}
2222

2323
fn valid_for_platform(&self, _db: &Database, _target: &Platform) -> bool {

0 commit comments

Comments
 (0)