Skip to content

Commit

Permalink
enhance installer
Browse files Browse the repository at this point in the history
  • Loading branch information
karliky committed Apr 11, 2020
1 parent f6f98b1 commit bb590aa
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,22 @@
"dist:win": "node .electron-vue/build.js && electron-builder"
},
"build": {
"productName": "bugcraft-studio",
"productName": "Bugcraft Studio",
"appId": "wow.bugcraft.studio",
"directories": {
"output": "build"
},
"files": [
"dist/electron/**/*"
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"win": {
"icon": "static/resources/bugcraftstudio.ico"
},
"nsis": {
"runAfterFinish": false,
"oneClick": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true
}
},
"dependencies": {
Expand Down

0 comments on commit bb590aa

Please sign in to comment.