We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e6ede commit 95682e0Copy full SHA for 95682e0
package.json
@@ -5,7 +5,7 @@
5
"main": "main.js",
6
"scripts": {
7
"start": "electron .",
8
- "build": "electron-builder build --mac --win --linux"
+ "build": "rm -rf dist && electron-builder build --mac --win --linux"
9
},
10
"keywords": [],
11
"author": "",
@@ -19,7 +19,8 @@
19
"build": {
20
"appId": "com.bitclout.electron",
21
"mac": {
22
- "category": "public.app-category.social-networking"
+ "category": "public.app-category.social-networking",
23
+ "target": "dmg"
24
}
25
26
"dependencies": {
0 commit comments