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

Commit 986ba28

Browse files
author
tumuidle
committed
Update package.cmd
1 parent 6ad0195 commit 986ba28

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.cmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
@echo Packaging launcher EXE...
33
pyinstaller -F launcher.py
44

5+
@echo Creating dir...
6+
del .\Release\app
7+
mkdir .\Release\app
8+
59
@echo Copying utils...
10+
mkdir .\Release\app\utils
611
xcopy .\utils .\Release\app\utils
712
xcopy .\utils\translator .\Release\app\utils\translator
813
xcopy .\utils\win32 .\Release\app\utils\win32

0 commit comments

Comments
 (0)