Skip to content

Commit e5d9bcc

Browse files
committed
Fix docker script to change permissions of created exe
1 parent 5630287 commit e5d9bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_exe.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55

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

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

0 commit comments

Comments
 (0)