Skip to content

Commit

Permalink
Generate zipfile after building the exe
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Feb 12, 2017
1 parent 333df2d commit bb4997b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_exe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

cd $(dirname $0)
docker run --rm -v "$(pwd):/src:Z" -e PYTHONPATH=/src cdrx/pyinstaller-windows:python2

zip dist/pynetworktables2js-$(git describe --tags).zip dist/windows/pynetworktables2js.exe

0 comments on commit bb4997b

Please sign in to comment.