Skip to content

Commit b752a86

Browse files
committed
Merge pull request #193 from damm/fix_scripts_build_linux
Ensure that `pwd`/dist exists and is writeable
2 parents d7e01a2 + c2acceb commit b752a86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

script/build-linux

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
2+
mkdir -p `pwd`/dist
3+
chmod 777 `pwd`/dist
24
docker build -t fig .
35
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig

0 commit comments

Comments
 (0)