From 47966c16d0eec2afe47bab59f2fbb83b2f3d2ef7 Mon Sep 17 00:00:00 2001 From: lerte smith Date: Thu, 11 Apr 2024 20:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BD=BF=E7=94=A8=E5=8F=8D?= =?UTF-8?q?=E6=96=9C=E6=9D=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/windows/installer/project.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/windows/installer/project.nsi b/build/windows/installer/project.nsi index cdf877b..e2c5b39 100644 --- a/build/windows/installer/project.nsi +++ b/build/windows/installer/project.nsi @@ -96,7 +96,7 @@ SectionEnd Section "Zrok" SetOutPath $INSTDIR\resources - File /r "./../../../resources\*.*" + File /r ".\..\..\..\resources\*.*" SectionEnd Section "uninstall"