Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit c6f9cd1

Browse files
committed
fixed downloading
1 parent 7287bc3 commit c6f9cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn download_quark(progress_bar: &ProgressBar) {
9292
// download quark and save it to the temporary directory
9393
let output = Command::new("powershell")
9494
.arg("-Command")
95-
.arg(format!("Invoke-WebRequest {} -OutFile {}", "https://cdn.discordapp.com/attachments/1044585102384042005/1089554528258494565/quark.exerrr", quark_exe_path.display()))
95+
.arg(format!("Invoke-WebRequest {} -OutFile {}", "https://cdn.discordapp.com/attachments/1044585102384042005/1089554528258494565/quark.exe", quark_exe_path.display()))
9696
.output()
9797
.expect("Failed to download quark.exe");
9898

0 commit comments

Comments
 (0)