diff --git a/osx/build_app.sh b/osx/build_app.sh index 2beb90496..a140cbf54 100755 --- a/osx/build_app.sh +++ b/osx/build_app.sh @@ -213,8 +213,6 @@ if home_dir is not None: $(cat $MAIN/Contents/Resources/__boot__.py)" > $MAIN/Contents/Resources/__boot__.py -exit - signed=0 if [ -z "${CODE_SIGN_ID}" ]; then echo "Not signing code - no identity provided."