Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Feb 4, 2024
1 parent 9d926dc commit e8fc6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ if [ "${OSX_APP_BUNDLE_ENABLED}" = "true" ]; then

wget -O ${OSX_APP_BUNDLE_DIR}/macapp.go https://gist.githubusercontent.com/mholt/11008646c95d787c30806d3f24b2c844/raw/53d1d4baeeb7ed8ee7dc89ebfd900e444a298323/macapp.go
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}
chmod +x "${OSX_APP_BUNDLE_DIR}/Sales & Dungeons.app/Contents/MacOS/snd"

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

0 comments on commit e8fc6c0

Please sign in to comment.