Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetic-flow committed Mar 7, 2020
1 parent ee57ef0 commit 9e92ac0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@echo off
pushd %~dp0
del /q dist\*
echo Build with pyinstaller...
pyinstaller ticker.py --onefile -n iidxseg --add-data "DSEG14Classic-Italic.ttf;." --noconsole
pyinstaller ticker.py --onefile -n iidxseg --add-data "DSEG14Classic-Italic.ttf;."
echo Create an archive...
powershell Compress-Archive -Path dist\* -DestinationPath dist\iidxseg_release.zip
powershell Compress-Archive -Path dist\* -DestinationPath dist\iidxseg_release.zip
popd

0 comments on commit 9e92ac0

Please sign in to comment.