We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e8142 commit 646a7efCopy full SHA for 646a7ef
setup-portable.bat
@@ -60,7 +60,7 @@ set /P Location=<"%temp%\set_var.tmp"
60
set dll_path=%Location:~10,-13%site-packages\PyQt5\Qt\bin\
61
ren %dll_path%opengl32sw.dll opengl32sw_bak.dll
62
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"
+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"
64
if ERRORLEVEL 1 goto errorbuild
65
goto clean
66
0 commit comments