From e1c50c0a2457215e110209dc6fbd98d9f16fa760 Mon Sep 17 00:00:00 2001 From: Nick Booher Date: Fri, 24 Sep 2021 14:59:01 -0500 Subject: [PATCH] Make sure it's executable --- macos/bundle_macos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/macos/bundle_macos.sh b/macos/bundle_macos.sh index 763f22b..ba02a84 100755 --- a/macos/bundle_macos.sh +++ b/macos/bundle_macos.sh @@ -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