This repository was archived by the owner on Aug 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
apps/code/scripts/dev-update Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ echo "==> electron-vite build"
1616pnpm exec electron-vite build
1717
1818echo " ==> build NEW $NEW_VERSION (feed artifacts)"
19- pnpm exec electron-builder build --mac zip --arm64 \
19+ pnpm exec electron-builder build --mac zip --arm64 --publish never \
2020 -c.extraMetadata.version=" $NEW_VERSION " --config electron-builder.ts
2121
2222rm -rf " $FEED_DIR "
@@ -26,7 +26,7 @@ cp "out/PostHog-Code-${NEW_VERSION}-arm64-mac.zip.blockmap" "$FEED_DIR/"
2626cp " out/latest-mac.yml" " $FEED_DIR /"
2727
2828echo " ==> build OLD $OLD_VERSION (runnable app left in out/mac-arm64)"
29- pnpm exec electron-builder build --mac zip --arm64 \
29+ pnpm exec electron-builder build --mac zip --arm64 --publish never \
3030 -c.extraMetadata.version=" $OLD_VERSION " --config electron-builder.ts
3131
3232echo " ==> feed=$FEED_DIR "
You can’t perform that action at this time.
0 commit comments