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 d7a9548 commit b975609Copy full SHA for b975609
scripts/macos/packages/dmg/build.dmg.command
@@ -8,4 +8,4 @@ source ../../environment.sh
8
# Package
9
10
rm "apk-editor-studio_$VERSION.dmg"
11
-appdmg "appdmg/config.json" "apk-editor-studio_macos_$VERSION.dmg" || { echo "Could not create DMG."; exit 1; }
+npx appdmg "appdmg/config.json" "apk-editor-studio_macos_$VERSION.dmg" || { echo "Could not create DMG."; exit 1; }
0 commit comments