Skip to content

Commit

Permalink
Correct app title on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Apr 8, 2024
1 parent a69fb65 commit bf47710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
brew install graphicsmagick imagemagick
# This tool returns exit code 2 if the DMG was created but code signing failed for some reason
npx create-dmg --dmg-title=SkyTempleRandomizer installer/dist/SkyTempleRandomizer.app installer || true
npx create-dmg --dmg-title="SkyTemple Randomizer" installer/dist/SkyTempleRandomizer.app installer || true
- name: Upload .dmg
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bf47710

Please sign in to comment.