Skip to content

Commit

Permalink
DO NOT MERGE: test for appdmg issues
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed May 30, 2023
1 parent 0c31910 commit 6092e2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/package_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ else
RESOURCES="/tmp/resources.$$"
cp -r "$BASEDIR/resources" "$RESOURCES"
sed -i '' "s/\/tmp\/signed\/UTM.app/\/tmp\/signed.$$\/UTM.app/g" "$RESOURCES/appdmg.json"
appdmg "$RESOURCES/appdmg.json" "$OUTPUT/UTM.dmg"
appdmg "$RESOURCES/appdmg.json" "$OUTPUT/UTM.dmg" || true
ls -l /Volumes
diskutil list
rm -rf "$RESOURCES"
else
echo "appdmg not found, falling back to non-customized DMG creation"
Expand Down

0 comments on commit 6092e2b

Please sign in to comment.