Skip to content

Commit

Permalink
fix: build script for newest pyinstaller versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed May 10, 2023
1 parent 9667b5a commit 7d42b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RMDIR /S /Q build

:: BUILD LOKI
ECHO Compiling LOKI ...
%PYI% --noupx loki.spec
%PYI% loki.spec
if !errorlevel! neq 0 GOTO ERROR
ECHO Compiling LOKI UPGRADER ...
%PYI% --noupx loki-upgrader.spec
%PYI% loki-upgrader.spec
if !errorlevel! neq 0 GOTO ERROR

:: Copy Executables and other files to the package folder
Expand Down

0 comments on commit 7d42b11

Please sign in to comment.