Skip to content

Commit

Permalink
added: packaging task
Browse files Browse the repository at this point in the history
  • Loading branch information
ProPuke committed May 29, 2022
1 parent bc44ab3 commit 9509d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.boop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ each platform in x86_64-unknown-linux-gnu x86_64-pc-windows-msvc x86_64-apple-da

task package-{platform}
requires task build-{platform}
run zip -r bin/boop-{platform}.zip bin/{platform}
run zip -r -j bin/boop-{platform}.zip bin/{platform}

task build-all
requires task build-{platform}
Expand Down

0 comments on commit 9509d26

Please sign in to comment.