Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam777Z committed Oct 16, 2021
1 parent bee815d commit 31b0d8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@
"directories": {
"buildResources": "assets/images"
},
"artifactName": "${productName}-${version}-${arch}-${os}.${ext}",
"nsis": {
"oneClick": false,
"perMachine": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true
"allowToChangeInstallationDirectory": true,
"artifactName": "${productName} Setup ${version} ${arch}.${ext}"
}
},
"postinstall": "electron-builder install-app-deps"
Expand Down

0 comments on commit 31b0d8b

Please sign in to comment.