Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadOUA committed Jan 28, 2024
1 parent 2b1befa commit 28a55d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.idea/
__pycache__/
build/
dist/
other/
blocus.spec
Binary file added blocus_icon.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions build_blocus.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
pyinstaller blocus.py --windowed -i "blocus_icon.ico"
echo Finished building the program
Xcopy res dist\blocus\res /E /I
Xcopy standard dist\blocus\standard /E /I
echo Finished copying the necessary files
pause
Binary file modified res/img/blocus_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28a55d6

Please sign in to comment.