build(config): enable switching install location on windows

This commit is contained in:
Lukas Obermann
2024-03-02 16:55:29 +01:00
parent e9e1e5e0c1
commit 9b42ce509f
+3 -2
View File
@@ -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",