feat(desktop): allow silent install and only user-wide scope (#26253)
This commit is contained in:
@@ -66,8 +66,8 @@ const getBase = (): Configuration => ({
|
||||
verifyUpdateCodeSignature: false,
|
||||
},
|
||||
nsis: {
|
||||
oneClick: false,
|
||||
allowToChangeInstallationDirectory: true,
|
||||
oneClick: true,
|
||||
perMachine: false,
|
||||
installerIcon: `resources/icons/icon.ico`,
|
||||
installerHeaderIcon: `resources/icons/icon.ico`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user