Skip to content

Commit

Permalink
Fix nsis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaco committed Oct 18, 2018
1 parent 5e1660d commit 8298383
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-updater-example",
"productName": "Electron updater example",
"version": "0.8.2",
"version": "0.8.3",
"main": "main.js",
"description": "electron-updater example project",
"author": "Matt Haggard",
Expand All @@ -25,14 +25,13 @@
"dmg"
]
},
"win": {
"target": "nsis",
"nsis": {
"oneClick": false,
"packElevateHelper": true,
"perMachine": true,
"guid": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"createStartMenuShortcut": true
}
}
}

0 comments on commit 8298383

Please sign in to comment.