Skip to content

Commit

Permalink
Update buid.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Dec 18, 2021
1 parent 93343c9 commit 9d3f6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buid.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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" --onefile --windowed --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" --onefile --windowed --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__.exe ../../
Expand Down

0 comments on commit 9d3f6a9

Please sign in to comment.