Skip to content

Commit

Permalink
Update setup-portable.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Teraskull committed Jan 10, 2021
1 parent c9e8142 commit 646a7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-portable.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set /P Location=<"%temp%\set_var.tmp"
set dll_path=%Location:~10,-13%site-packages\PyQt5\Qt\bin\
ren %dll_path%opengl32sw.dll opengl32sw_bak.dll

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"
if ERRORLEVEL 1 goto errorbuild
goto clean

Expand Down

0 comments on commit 646a7ef

Please sign in to comment.