Skip to content

Commit b975609

Browse files
committed
Use npx instead of global packages
1 parent d7a9548 commit b975609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macos/packages/dmg/build.dmg.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ source ../../environment.sh
88
# Package
99

1010
rm "apk-editor-studio_$VERSION.dmg"
11-
appdmg "appdmg/config.json" "apk-editor-studio_macos_$VERSION.dmg" || { echo "Could not create DMG."; exit 1; }
11+
npx appdmg "appdmg/config.json" "apk-editor-studio_macos_$VERSION.dmg" || { echo "Could not create DMG."; exit 1; }

0 commit comments

Comments
 (0)