Skip to content

Commit

Permalink
fixed compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsluph committed Jul 12, 2020
1 parent e9d8f38 commit b427c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pyinstaller -F -i icon.ico --distpath .\compiled main.py
rmdir /S /Q build
rmdir /S /Q __pycache__
del main.spec
xcopy /E /C /Y /I .\locales\ .\compiled\locales\
xcopy /E /C /Y /I .\locales .\compiled\locales

0 comments on commit b427c59

Please sign in to comment.