Skip to content

Commit

Permalink
Move melter into right location
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Oct 28, 2024
1 parent ed39c53 commit 2efa8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/macos_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ echo "$DMG_FILE"
mkdir -p "$1/build/dist/"
rm -f "$DMG_FILE"

mv -f "$APP_DIR/Contents/Resources/resources/bin/rakaly_mac" "$APP_DIR/Contents/MacOS/rakaly_mac" || true

create-dmg \
--volname "Pdx-Unlimiter" \
--volicon "$1/misc/logo.icns" \
Expand Down

0 comments on commit 2efa8f0

Please sign in to comment.