Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
reidpr committed Feb 26, 2024
1 parent 01f7f56 commit 7f67ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if [ "$MODE" == "app-store" ]; then
else
rm -f "$OUTPUT/UTM.dmg"
if ( command -v appdmg >/dev/null 2>&1 ); then
RESOURCES="/tmp/resources.$$"
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"
Expand Down

0 comments on commit 7f67ae0

Please sign in to comment.