Skip to content

Commit

Permalink
Fix DMG generation
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 9, 2023
1 parent 1698716 commit 54d3638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/osx/gendmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -d "out/Inochi Session.app" ]; then
create-dmg \
--volname "$DMGTITLE" \
--volicon "InochiSession.icns" \
--background "../res/dmgbg.png" \
--background "../build-aux/osx/dmgbg.png" \
--window-size 800 600 \
--icon "Inochi Session.app" 200 250 \
--hide-extension "Inochi Session.app" \
Expand Down

0 comments on commit 54d3638

Please sign in to comment.