Skip to content

Commit

Permalink
win_pack.bat: add config.yaml to package
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed May 2, 2020
1 parent f141b2a commit a1ebb23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions win_pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ pyinstaller cli.py --onefile --clean -y
pyinstaller setup.py --name winconfig --onefile --clean -y
pyinstaller sync.py --onefile --clean -y

echo Running _once_ to create config.yaml
dist\cli.exe

echo Copying to discodos dir...
cd dist
md discodos
copy /y cli.exe discodos
copy /y winconfig.exe discodos
copy /y sync.exe discodos
copy /y config.yaml discodos

echo Zipping....
zip -r discodos.zip discodos
Expand Down

0 comments on commit a1ebb23

Please sign in to comment.