From 7bd976015cd7dc89271f814598fca0b504f7a25d Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 20 Mar 2023 20:40:50 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20Windows=20=E7=AB=AF=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=E6=94=AF=E6=8C=81=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E8=B7=AF=E5=BE=84=20Fix=20https://github.com/siyuan-n?= =?UTF-8?q?ote/siyuan/issues/7718?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/electron-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/electron-builder.yml b/app/electron-builder.yml index d4cb514ef..c317c0814 100644 --- a/app/electron-builder.yml +++ b/app/electron-builder.yml @@ -29,7 +29,7 @@ win: nsis: oneClick: false perMachine: false - allowToChangeInstallationDirectory: false + allowToChangeInstallationDirectory: true allowElevation: true deleteAppDataOnUninstall: true createDesktopShortcut: true