From c406e0a53eb2e5bdffafd4950c023543a18f03e1 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 31 Oct 2022 15:11:02 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E5=AE=89=E8=A3=85=E6=97=B6=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=9C=A8=E5=B7=A5=E4=BD=9C=E7=A9=BA=E9=97=B4=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E8=AD=A6=E5=91=8A=E5=BC=B9=E6=A1=86=E5=A4=84=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=AE=89=E8=A3=85=20Fix=20https://github.com/siyuan-n?= =?UTF-8?q?ote/siyuan/issues/6425?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/installer.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/installer.nsh b/app/installer.nsh index 6da1aa272..524d29dc8 100644 --- a/app/installer.nsh +++ b/app/installer.nsh @@ -10,6 +10,6 @@ Caption "${PRODUCT_NAME} ${VERSION}" MessageBox MB_ICONEXCLAMATION|MB_OKCANCEL "进行安装或卸载时会删除安装目录下所有文件,请务必确认工作空间没有放置在安装路径下!是否继续?$\n$\n\ When installing or uninstalling, all files in the installation directory will be deleted, please make sure that the workspace is not placed in the installation path! Do you want to continue?$\n" IDOK yes IDCANCEL no no: - Abort + Quit yes: !macroend