@tomjs/vite-plugin-electron 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +4 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -161,7 +161,10 @@ function getBuilderConfig(options, resolvedConfig) {
161
161
  target: "nsis",
162
162
  arch: ["x64"]
163
163
  }] },
164
- mac: { target: ["dmg"] },
164
+ mac: {
165
+ target: ["zip"],
166
+ sign: async () => {}
167
+ },
165
168
  linux: { target: ["zip"] },
166
169
  nsis: {
167
170
  oneClick: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tomjs/vite-plugin-electron",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "description": "A simple vite plugin for electron, supports esm/cjs, support esm in electron v28+",
6
6
  "author": {
7
7
  "name": "Tom Gao",