Skip to content

Commit

Permalink
update: pack.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Apr 10, 2022
1 parent 9b2f365 commit 956417d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ok-derby-backend/pack.cmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
rmdir /s/q .\dist\main
D:\Python\python38\python.exe -m PyInstaller main.spec
copy .\ocr_labels.csv .\dist\main\
copy .\single_mode_choices.csv .\dist\main\
copy .\single_mode_races.jsonl .\dist\main\
copy .\pyrightconfig.csv .\dist\main\
copy .\version .\dist\main\
xcopy .\auto_derby\templates .\dist\main\auto_derby\templates\ /s /f /h
xcopy .\auto_derby\data .\dist\main\auto_derby\data\ /s /f /h
xcopy .\data .\dist\main\data\ /s /f /h
xcopy ..\ok-derby-frontend\dist .\dist\main\frontend\dist\ /s /f /h
md .\dist\main\log
REM .\dist\main\main.exe
md .\dist\main\log

0 comments on commit 956417d

Please sign in to comment.