Skip to content

Commit

Permalink
pyinstaller setup
Browse files Browse the repository at this point in the history
  • Loading branch information
WishMakers0 committed Nov 13, 2023
1 parent 3d4023b commit 40f9b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyinstaller -F --icon=.\logo.ico --noconsole .\main.py
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

pyinstaller -F --icon=.\logo.ico --noconsole .\main.py
Binary file added logo.ico
Binary file not shown.

0 comments on commit 40f9b54

Please sign in to comment.