Got the build working

pull/1991/head
jLynx 8 months ago
parent cbb08130a7
commit a13d5b4c41

@ -261,8 +261,8 @@ fn update_app() {
"target/debug/{}",
out_updater_path.file_name().unwrap().to_str().unwrap()
));
std::fs::rename(&out_updater_path, &updater_path)
.expect("failed to rename bundle");
// std::fs::rename(&out_updater_path, &updater_path)
// .expect("failed to rename bundle");
let target = target.clone();

Loading…
Cancel
Save