mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-19 21:37:45 +00:00
attempt custom icon attribute #5
This commit is contained in:
parent
2886e85e36
commit
0b9a6ef553
2 changed files with 2 additions and 8 deletions
|
|
@ -150,10 +150,7 @@ dd if=/dev/zero of="$UNCOMPRESSED_DMG" bs=1M count=100
|
|||
mkfs.hfsplus -v "Ryujinx" -J "$UNCOMPRESSED_DMG"
|
||||
|
||||
shopt -s dotglob
|
||||
for file in "$DMG_FOLDER"/*; do
|
||||
filename=$(basename "$file")
|
||||
libdmg-hfsplus "$UNCOMPRESSED_DMG" add "/$filename" "$file" 0755
|
||||
done
|
||||
libdmg-hfsplus "$UNCOMPRESSED_DMG" addall / "$DMG_FOLDER"/*
|
||||
shopt -u dotglob
|
||||
|
||||
# https://developer.apple.com/library/archive/technotes/tn/tn1150.html
|
||||
|
|
|
|||
|
|
@ -146,10 +146,7 @@ dd if=/dev/zero of="$UNCOMPRESSED_DMG" bs=1M count=100
|
|||
mkfs.hfsplus -v "Ryujinx" -J "$UNCOMPRESSED_DMG"
|
||||
|
||||
shopt -s dotglob
|
||||
for file in "$DMG_FOLDER"/*; do
|
||||
filename=$(basename "$file")
|
||||
libdmg-hfsplus "$UNCOMPRESSED_DMG" add "/$filename" "$file" 0755
|
||||
done
|
||||
libdmg-hfsplus "$UNCOMPRESSED_DMG" addall / "$DMG_FOLDER"/*
|
||||
shopt -u dotglob
|
||||
|
||||
# https://developer.apple.com/library/archive/technotes/tn/tn1150.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue