Skip to content

Commit 99a249f

Browse files
committed
ci: update
1 parent 3f82ce1 commit 99a249f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

demos/with-electron/package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"main": "src/main.js",
66
"scripts": {
77
"dev": "npx electron .",
8-
"build:mac": "electron-builder --mac",
9-
"build:win32": "electron-builder --win --ia32",
10-
"build:win64": "electron-builder --win --x64"
8+
"build": "electron-builder"
119
},
1210
"keywords": [],
1311
"author": "",
@@ -17,15 +15,5 @@
1715
"devDependencies": {
1816
"electron": "^36.3.2",
1917
"electron-builder": "^26.0.12"
20-
},
21-
"build": {
22-
"appId": "com.ezuikit.app",
23-
"productName": "Ezuikit",
24-
"win": {
25-
"target": "nsis"
26-
},
27-
"mac": {
28-
"target": "dmg"
29-
}
3018
}
3119
}

0 commit comments

Comments
 (0)