-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bundle.sh, refactor, increase default volume
- Loading branch information
1 parent
f584e07
commit 22c7359
Showing
4 changed files
with
71 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
zig build -Drelease-small=true && \ | ||
cp zig-out/lib/cart.wasm dist/one-slime-army.wasm && \ | ||
w4 bundle --title "One Slime Army" zig-out/lib/cart.wasm \ | ||
--html dist/one-slime-army.html \ | ||
--windows dist/one-slime-army.exe \ | ||
--mac dist/one-slime-army-mac \ | ||
--linux dist/one-slime-army-linux |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters