Skip to content

Commit

Permalink
Update binaries.rs
Browse files Browse the repository at this point in the history
Adding format! macro to enclose directories in double quotes. Useful for when the path has a space in between two strings.

Removed unwanted whitespace
  • Loading branch information
HazzyDevil authored Nov 14, 2023
1 parent 29a468c commit 65c040f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/commands/binaries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,6 @@ fn generate_launch_game_string(
Ok(args)
}


#[tauri::command]
pub async fn get_launch_game_string(
config: tauri::State<'_, tokio::sync::Mutex<LauncherConfig>>,
Expand Down

0 comments on commit 65c040f

Please sign in to comment.