diff --git a/app/electron-builder-win32.yml b/app/electron-builder-win32.yml index 00dda7539..442531534 100644 --- a/app/electron-builder-win32.yml +++ b/app/electron-builder-win32.yml @@ -27,11 +27,11 @@ win: target: - target: "nsis" nsis: - oneClick: false + oneClick: true perMachine: false - allowToChangeInstallationDirectory: true + allowToChangeInstallationDirectory: false allowElevation: true - deleteAppDataOnUninstall: true + deleteAppDataOnUninstall: false createDesktopShortcut: true createStartMenuShortcut: true shortcutName: "SiYuan" diff --git a/app/electron-builder.yml b/app/electron-builder.yml index 1257c95f5..3b239e68b 100644 --- a/app/electron-builder.yml +++ b/app/electron-builder.yml @@ -27,11 +27,11 @@ win: target: - target: "nsis" nsis: - oneClick: false + oneClick: true perMachine: false - allowToChangeInstallationDirectory: true + allowToChangeInstallationDirectory: false allowElevation: true - deleteAppDataOnUninstall: true + deleteAppDataOnUninstall: false createDesktopShortcut: true createStartMenuShortcut: true shortcutName: "SiYuan"