We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d926dc commit e8fc6c0Copy full SHA for e8fc6c0
build.sh
@@ -65,6 +65,7 @@ if [ "${OSX_APP_BUNDLE_ENABLED}" = "true" ]; then
65
66
wget -O ${OSX_APP_BUNDLE_DIR}/macapp.go https://gist.githubusercontent.com/mholt/11008646c95d787c30806d3f24b2c844/raw/53d1d4baeeb7ed8ee7dc89ebfd900e444a298323/macapp.go
67
go run ${OSX_APP_BUNDLE_DIR}/macapp.go -assets "${TARGET_DIR}" -bin "snd" -icon "${TARGET_DIR}data/icon.png" -identifier app.sales-and-dungeons -name "Sales & Dungeons" -o ${OSX_APP_BUNDLE_DIR}
68
+ chmod +x "${OSX_APP_BUNDLE_DIR}/Sales & Dungeons.app/Contents/MacOS/snd"
69
70
# check if "Sales & Dungeons.app" exists
71
if [ -d "${OSX_APP_BUNDLE_DIR}Sales & Dungeons.app" ]; then
0 commit comments