Skip to content

Commit e8fc6c0

Browse files
committed
chore: fix build script
1 parent 9d926dc commit e8fc6c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ if [ "${OSX_APP_BUNDLE_ENABLED}" = "true" ]; then
6565

6666
wget -O ${OSX_APP_BUNDLE_DIR}/macapp.go https://gist.githubusercontent.com/mholt/11008646c95d787c30806d3f24b2c844/raw/53d1d4baeeb7ed8ee7dc89ebfd900e444a298323/macapp.go
6767
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"
6869

6970
# check if "Sales & Dungeons.app" exists
7071
if [ -d "${OSX_APP_BUNDLE_DIR}Sales & Dungeons.app" ]; then

0 commit comments

Comments
 (0)