Skip to content

Commit 646a7ef

Browse files
committed
Update setup-portable.bat
1 parent c9e8142 commit 646a7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-portable.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set /P Location=<"%temp%\set_var.tmp"
6060
set dll_path=%Location:~10,-13%site-packages\PyQt5\Qt\bin\
6161
ren %dll_path%opengl32sw.dll opengl32sw_bak.dll
6262

63-
pyinstaller --noconfirm --onefile --name "PyDebloatX_portable" --windowed --icon "pydebloatx/icon.ico" --add-data "pydebloatx/icon.ico;." --add-data "pydebloatx/style.css;." --add-data "pydebloatx/Language/*;Language" "pydebloatx/app.py"
63+
pyinstaller --noconfirm --onefile --name "PyDebloatX_portable" --windowed --icon "pydebloatx/icon.ico" --add-data "pydebloatx/icon.ico;." --add-data "pydebloatx/style.css;." --add-data "pydebloatx/Language/*.qm;Language" "pydebloatx/app.py"
6464
if ERRORLEVEL 1 goto errorbuild
6565
goto clean
6666

0 commit comments

Comments
 (0)