We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9add8 commit b683b32Copy full SHA for b683b32
electron-builder.json5
@@ -32,5 +32,6 @@
32
linux: {
33
target: ["AppImage"],
34
artifactName: "${productName}-Linux-${version}.${ext}",
35
+ "icon": "public/icon/icon.png",
36
},
37
}
package.json
@@ -40,5 +40,7 @@
40
"vue-tsc": "^2.0.26"
41
42
"main": "dist-electron/main.js",
43
- "build-icon": "electron-icon-builder --input=./public/icon.svg --output=public/icon --flatten"
+ "build": {
44
+ "publish": null
45
+ }
46
0 commit comments