-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Description
electron-builder version
- 5.12.1
Building for
- windows nsis x64
Building on
- linux x64(Ubuntu 16.04)
Assuming 'oneClick' is set to false for NSIS, and two package.json scheme is used with the development package.json having the build object as follows -
"build": {
"appId": "com.somerandom.name",
"productName": "RandomName",
"asar":false,
"win": {
"target": "nsis",
"title": "TitleValue",
"version": "1.0.0",
"authors": "User Name"
},
"nsis":{
"oneClick": false
}
}
The Installation directory(tested with Windows 10) defaults to
C:\Users\username\AppData\Local\Programs\appname
How can the user be allowed to change the installation directory ?
mprat, forman, lynaghk, domachine, SxMShaDoW and 10 more