-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Description
- electron-builder@11.2.0
- win32
pacakge.json
{
"name": "myapp",
"productName": "My App",
"author": "My Company",
...
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"menuCategory": true,
"runAfterFinish": false
},On selecting per machine install, the default path is:
C:\Program Files (x86)\My Company\myapp
Whereas I was hoping for:
C:\Program Files (x86)\My Company\My App
I simply want to do this to match the existing installers of My Company.
Obviously productName can contain characters which are not valid for use in file paths, so this functionality as a default might not be a good idea.
Reactions are currently unavailable