File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ cd " $( dirname " ${BASH_SOURCE[0]} " ) "
3+ xattr -r -d com.apple.quarantine projectGenerator.app
Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ sign_and_upload(){
2525 # Copy commandLine into electron .app
2626 cd ${pg_root}
2727 cp commandLine/bin/projectGenerator projectGenerator-$PLATFORM /projectGenerator.app/Contents/Resources/app/app/projectGenerator 2> /dev/null
28+
29+ # Copy in the terminal script which fixes app translocation
30+ cp scripts/osx/_macOSTranslocationFix.command projectGenerator-$PLATFORM /_runMeFirst.command
31+ chmod a+x projectGenerator-$PLATFORM /_runMeFirst.command
32+
2833 sed -i -e " s/osx/$PLATFORM /g" projectGenerator-$PLATFORM /projectGenerator.app/Contents/Resources/app/settings.json
2934
3035 echo " ${TRAVIS_REPO_SLUG} /${TRAVIS_BRANCH} " ;
You can’t perform that action at this time.
0 commit comments