build(config): enable switching install location on windows
This commit is contained in:
+3
-2
@@ -72,9 +72,10 @@ const config = {
|
||||
artifactName: isPrerelease ? "OptolithInsiderSetup_${version}.${ext}" : "OptolithSetup_${version}.${ext}",
|
||||
},
|
||||
nsis: {
|
||||
perMachine: true,
|
||||
oneClick: false,
|
||||
perMachine: false,
|
||||
allowToChangeInstallationDirectory: true,
|
||||
differentialPackage: true,
|
||||
deleteAppDataOnUninstall: false,
|
||||
},
|
||||
linux: {
|
||||
category: "RolePlaying",
|
||||
|
||||
Reference in New Issue
Block a user