Skip to content

Commit

Permalink
Merge pull request #411 from panther7/build_improvements
Browse files Browse the repository at this point in the history
Build improvements
  • Loading branch information
marticliment authored Dec 27, 2021
2 parents c3f4c1a + 9c9cded commit f419ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ ElevenClock.exe
elevenclock\__init__.spec
elevenclock\lang\__pycache__\*
*.pyc
*.pyo
__init__
ElevenClock.zip
File renamed without changes.
2 changes: 1 addition & 1 deletion build_and_debug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rmdir /Q /S __init__
cd elevenclock
rmdir /Q /S build
rmdir /Q /S dist
python39 -m PyInstaller __init__.py --icon "resources/icon.ico" --add-binary "*.py;." --add-data "resources;resources" --add-data "lang;lang" --debug all --clean --version-file ../elevenclock-version-info
python -m PyInstaller __init__.py --icon "resources/icon.ico" --add-binary "*.py;." --add-data "resources;resources" --add-data "lang;lang" --debug all --clean --version-file ../elevenclock-version-info
rem --add-data "%homedrive%%homepath%\AppData\Local\Programs\Python\Python39\Lib\site-packages\PySide6\plugins;PySide6/plugins"
cd dist
move __init__ ../../
Expand Down

0 comments on commit f419ac4

Please sign in to comment.