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 1ab025c commit ffee732Copy full SHA for ffee732
package.json
@@ -13,7 +13,7 @@
13
"postinstall": "electron-builder install-app-deps",
14
"postuninstall": "electron-builder install-app-deps",
15
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
16
- "bp": "vue-cli-service electron:build --win -p always"
+ "bp": "vue-cli-service electron:build --mac --win -p always"
17
},
18
"main": "background.js",
19
"dependencies": {
vue.config.js
@@ -2,6 +2,9 @@ module.exports = {
2
pluginOptions: {
3
electronBuilder: {
4
builderOptions: {
5
+ mac: {
6
+ icon: './build/icons/icon.icns'
7
+ },
8
win: {
9
icon: './build/icons/icon.ico'
10
0 commit comments