Skip to content

Commit e523498

Browse files
committed
fix autoupdater build script
1 parent 6d2169f commit e523498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildlauncherupdaterexe.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
set mypath=%~dp0
3-
pyinstaller --onefile "Launcher with autoupdater.py" --icon resources\appicon.ico --noconsole
3+
pyinstaller --onefile "Launcher with autoupdater.py" --icon resources\appicon.ico
44
move "%mypath%dist\Launcher with autoupdater.exe" "%mypath%/"
55
@RD /S /Q "%mypath%/build"
66
@RD /S /Q "%mypath%/dist"

0 commit comments

Comments
 (0)