Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeGSimoes committed Jan 28, 2024
1 parent 51c70c5 commit d497abc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/


3_2_5_can_you_count/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ pyinstaller --onefile \
--add-data assets:assets \
--add-data sounds:sounds \
main-window.py
# Second way
pyinstaller --onefile main.py --name 3_2_5-can-you-count
cp -R assets/ dist/assets/
cp -R sounds/ dist/sounds/
mv dist 3_2_5_can_you_count
tar -zcvf 3_2_5_can_you_count.tar.gz 3_2_5_can_you_count/
```

0 comments on commit d497abc

Please sign in to comment.