Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Feb 17, 2024
1 parent aff27ca commit bc04556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn main() {

#[cfg(not(windows))]
Command::new("zip")
.args(["-r ./build.zip", "-i ./build/*, ./templates"])
.args(["-r", "./build.zip", "-i", "./build/*, ./templates"])
.spawn()
.unwrap()
.wait()
Expand Down

0 comments on commit bc04556

Please sign in to comment.