Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMi460 committed Apr 15, 2023
1 parent 8aaeb23 commit 45ff7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ cd ..
python3 -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt py2app
python build.py py2app
python build.py py2app -O2
open ./dist

0 comments on commit 45ff7b8

Please sign in to comment.