Skip to content

Commit

Permalink
update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Oct 17, 2021
1 parent 57f6ed2 commit a3c9690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
PyInstaller __init__.py --icon icon.ico --add-data "icon.ico;." --onefile --windowed --clean
python39 -m PyInstaller __init__.py --icon icon.ico --add-data "icon.ico;." --add-data "*.png;." --onefile --windowed --clean
cd dist
move __init__.exe ../../
cd ..
Expand Down
2 changes: 1 addition & 1 deletion elevenclock/__init__.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ block_cipher = None
a = Analysis(['__init__.py'],
pathex=['Y:\\ElevenClock\\elevenclock'],
binaries=[],
datas=[('icon.ico', '.')],
datas=[('icon.ico', '.'), ('*.png', '.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit a3c9690

Please sign in to comment.