Skip to content

Commit

Permalink
App building improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Jan 14, 2022
1 parent fd030e3 commit 1cdb397
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Cache files
__pycache__
.mypy_cache
# Build files
/build
/dist
/*.spec
/Twitch Drops Miner
# Dev files
/cookies.jar
/settings.json
/*.spec
/log*.txt
3 changes: 2 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pyinstaller -F -w -n "Twitch Drops Miner (by DevilXD)" -i pickaxe.ico --add-data pickaxe.ico;. main.py
pyinstaller --onefile --noconsole --name "Twitch Drops Miner (by DevilXD)" --icon pickaxe.ico ^
--add-data pickaxe.ico;. --distpath "./Twitch Drops Miner" main.py

0 comments on commit 1cdb397

Please sign in to comment.