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 6d2169f commit e523498Copy full SHA for e523498
buildlauncherupdaterexe.bat
@@ -1,6 +1,6 @@
1
2
set mypath=%~dp0
3
-pyinstaller --onefile "Launcher with autoupdater.py" --icon resources\appicon.ico --noconsole
+pyinstaller --onefile "Launcher with autoupdater.py" --icon resources\appicon.ico
4
move "%mypath%dist\Launcher with autoupdater.exe" "%mypath%/"
5
@RD /S /Q "%mypath%/build"
6
@RD /S /Q "%mypath%/dist"
0 commit comments