mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
Use UDBZ format for DMGs to make them smaller
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user