attempt custom icon attribute #5

This commit is contained in:
Max 2026-07-07 09:49:37 -05:00
parent 2886e85e36
commit 0b9a6ef553
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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