Skip to content

Commit

Permalink
change ico
Browse files Browse the repository at this point in the history
  • Loading branch information
myazarc committed Dec 27, 2018
1 parent ef796b7 commit 1a26bb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file modified build/icons/icon.ico
Binary file not shown.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"main": "./dist/electron/main.js",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
"build:win": "node .electron-vue/build.js && electron-builder -w",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",
Expand Down Expand Up @@ -46,10 +47,12 @@
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico"
"icon": "build/icons/icon.ico",
"target":["nsis"]
},
"linux": {
"icon": "build/icons"
"icon": "build/icons",
"target": ["deb", "AppImage"]
}
},
"dependencies": {
Expand Down

0 comments on commit 1a26bb7

Please sign in to comment.