Skip to content

Commit

Permalink
Clean up build_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRambler committed Aug 23, 2024
1 parent 09f2003 commit 2abdaff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if [[ "$1" == "web" ]];
then
make PLATFORM=web BUILD=release -j8
rm -rf bin/src
rm -rf bin/third_party
zip -9r toost_web.zip bin
else
case $(uname | tr '[:upper:]' '[:lower:]') in
Expand Down

0 comments on commit 2abdaff

Please sign in to comment.