We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2228c commit 7a739d3Copy full SHA for 7a739d3
src/stage4/src/updater.rs
@@ -203,7 +203,7 @@ pub async fn perform_update(ver: &str, force: bool) {
203
204
let final_path = env::var("GG_CMD_PATH").unwrap_or_else(|_| "gg.cmd".to_string());
205
let final_path = final_path.replace('\\', "/");
206
- let temp_path = format!("{}.tmp", final_path);
+ let temp_path = format!("{}.tmp.cmd", final_path);
207
208
println!("Updating: {}", final_path);
209
0 commit comments