Skip to content

Commit

Permalink
Use UDBZ format for DMGs to make them smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Apr 23, 2021
1 parent 68f52dc commit ce6c3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mac-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ if [[ $build_dmg == 1 ]]; then
mkdir dmg
cp -r "$app" dmg/
ln -s /Applications dmg/Applications
hdiutil create -volname melonDS -srcfolder dmg -ov -format UDZO melonDS.dmg
hdiutil create -volname melonDS -srcfolder dmg -ov -format UDBZ melonDS.dmg
rm -r dmg
fi

0 comments on commit ce6c3db

Please sign in to comment.