File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed 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(){
25
25
# Copy commandLine into electron .app
26
26
cd ${pg_root}
27
27
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
+
28
33
sed -i -e " s/osx/$PLATFORM /g" projectGenerator-$PLATFORM /projectGenerator.app/Contents/Resources/app/settings.json
29
34
30
35
echo " ${TRAVIS_REPO_SLUG} /${TRAVIS_BRANCH} " ;
You can’t perform that action at this time.
0 commit comments