Skip to content

Commit

Permalink
Fix docker script to change permissions of created exe
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 23, 2017
1 parent 5630287 commit e5d9bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_exe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

cd $(dirname $0)
docker run --rm -v "$(pwd):/src:Z" -e PYTHONPATH=/src cdrx/pyinstaller-windows:python2
docker run --rm -v "$(pwd):/src:Z" --entrypoint /bin/bash cdrx/pyinstaller-windows:python2 -c "chown -R $(id -u $USERNAME) /src/dist"

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

0 comments on commit e5d9bcc

Please sign in to comment.