Skip to content

Commit 6c96da3

Browse files
committed
build: add build script
1 parent 4eadae3 commit 6c96da3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pyinstaller --clean --onefile --windowed ^
2+
--distpath="dist/" ^
3+
--icon="icon.ico" ^
4+
--name="Set Builder Utility" ^
5+
--add-data="icon.ico";. ^
6+
app.py

0 commit comments

Comments
 (0)