We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eadae3 commit 6c96da3Copy full SHA for 6c96da3
build.bat
@@ -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