We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f1a51 commit 1c11da5Copy full SHA for 1c11da5
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
dd if=/dev/zero "of=$dmg_path" bs=1M "count=$dmg_size"
48
label=$(sed -r "s/\s/_/g" <<< "$app_name")
49
label=$(sed -r "s/^(.{,27}).*$/\1/g" <<< "$label")
50
- sudo apt install hfsutils
+ sudo apt install hfsutils hfsprogs
51
sudo hformat -l "$label" "$dmg_path"
52
mount_point="$(sudo mktemp -d)"
53
sudo mount -t hfs -o loop "$dmg_path" "$mount_point"
0 commit comments