Skip to content

Commit

Permalink
Fixed path in osx builder script.
Browse files Browse the repository at this point in the history
  • Loading branch information
belangeo committed Mar 16, 2018
1 parent ae32c0f commit 0271f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/builder_OSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mv Cecilia5-x86_64.app Cecilia5.app
cd Cecilia5.app/Contents
awk '{gsub("@executable_path/../Frameworks/Python.framework/Versions/2.7/Python", "@executable_path/../Frameworks/Python.framework/Versions/3.6/Python")}1' Info.plist > Info.plist_tmp && mv Info.plist_tmp Info.plist
awk '{gsub("Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6", "@executable_path/../Frameworks/Python.framework/Versions/3.6/Python")}1' Info.plist > Info.plist_tmp && mv Info.plist_tmp Info.plist
awk '{gsub("/usr/local/bin/python3.6", "@executable_path/../Frameworks/Python.framework/Versions/3.6/Python")}1' Info.plist > Info.plist_tmp && mv Info.plist_tmp Info.plist

cd ../../..
cp -R Cecilia5_OSX/Cecilia5.app .
Expand Down

0 comments on commit 0271f0c

Please sign in to comment.