diff --git a/build/build.js b/build/build.js index c84c7bb2..f50c35b3 100644 --- a/build/build.js +++ b/build/build.js @@ -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",