Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/make-radioplugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ STAGE="$(mktemp -d)"
cp "Xcode/Extension/plugin.json" "$STAGE/plugin.json"
cp -R "$APPEX" "$STAGE/"

rm -rf "$DIST"
# Only manage our own package — do NOT wipe $DIST, which in a release pipeline also
# holds the standalone .app/.dmg built by build-app.sh / make-dmg.sh.
mkdir -p "$DIST"
rm -f "$PKG"
PKG_ABS="$PWD/$PKG"
# plugin.json at the archive ROOT (what PackageInstaller looks for first); --norsrc
# --noextattr keeps the zip clean (no __MACOSX AppleDouble entries that would add a
Expand Down