Skip to content

Commit

Permalink
build: add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrunco committed Oct 19, 2022
1 parent 4eadae3 commit 6c96da3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pyinstaller --clean --onefile --windowed ^
--distpath="dist/" ^
--icon="icon.ico" ^
--name="Set Builder Utility" ^
--add-data="icon.ico";. ^
app.py

0 comments on commit 6c96da3

Please sign in to comment.