mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-17 20:35:44 +00:00
this should be the final dmg customization commit
This commit is contained in:
parent
8de787b3ea
commit
fb3695df05
2 changed files with 2 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ find "$DMG_FOLDER" -mindepth 1 -type f | while IFS= read -r src; do
|
|||
dmg-hfsplus "$UNCOMPRESSED_DMG" chmod "$dst" 0644
|
||||
fi
|
||||
done
|
||||
dmg-hfsplus "$UNCOMPRESSED_DMG" -s clone_link addall "$DMG_FOLDER/Applications" /
|
||||
|
||||
# https://developer.apple.com/library/archive/technotes/tn/tn1150.html
|
||||
# kHasCustomIcon
|
||||
|
|
|
|||
|
|
@ -166,6 +166,7 @@ find "$DMG_FOLDER" -mindepth 1 -type f | while IFS= read -r src; do
|
|||
dmg-hfsplus "$UNCOMPRESSED_DMG" chmod "$dst" 0644
|
||||
fi
|
||||
done
|
||||
dmg-hfsplus "$UNCOMPRESSED_DMG" -s clone_link addall "$DMG_FOLDER/Applications" /
|
||||
|
||||
# https://developer.apple.com/library/archive/technotes/tn/tn1150.html
|
||||
# kHasCustomIcon
|
||||
|
|
|
|||
Loading…
Reference in a new issue