Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Update package.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tumuidle committed Jun 13, 2022
1 parent 6ad0195 commit 986ba28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
@echo Packaging launcher EXE...
pyinstaller -F launcher.py

@echo Creating dir...
del .\Release\app
mkdir .\Release\app

@echo Copying utils...
mkdir .\Release\app\utils
xcopy .\utils .\Release\app\utils
xcopy .\utils\translator .\Release\app\utils\translator
xcopy .\utils\win32 .\Release\app\utils\win32
Expand Down

0 comments on commit 986ba28

Please sign in to comment.