Skip to content

Commit

Permalink
Make sure it's executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Booher authored Sep 24, 2021
1 parent 0af85b9 commit e1c50c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macos/bundle_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ pushd ${BUNDLE_PREFIX}
# prepend our environment parameters to IGV's run script
echo '' >> ${TOPLEVEL}/macos/run_me.command
cat ${TOPLEVEL}/igv/scripts/mac.app/Contents/MacOS/IGV.sh >> ${TOPLEVEL}/macos/run_me.command
chmod +x run_me.command
mv ${TOPLEVEL}/macos/run_me.command IGV-ScanFold.app/Contents/MacOS/IGV

# bundle everything in the app
Expand Down

0 comments on commit e1c50c0

Please sign in to comment.