From 7a7ae253b6a325f3ce351795079b2d24538c51a3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 28 Oct 2022 10:24:11 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20Windows=20=E7=AB=AF=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AE=89=E8=A3=85=E6=97=B6=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=B7=AF=E5=BE=84=E5=92=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=20Fix=20https://github.com/siyuan-note/siyuan/issues/6385?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/electron-builder-win32.yml | 6 +++--- app/electron-builder.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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"