From c391f6a9efb8665fba00d4be19a861b6f9c1c1cf Mon Sep 17 00:00:00 2001 From: shijianquan <992593080@qq.com> Date: Fri, 4 Jul 2025 22:02:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E7=9A=84windows=20=E6=B2=A1=E6=9C=89=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=AE=8F=E5=AE=9A=E4=B9=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/StartService.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/StartService.bat b/installer/StartService.bat index 394fd661..6c575e76 100644 --- a/installer/StartService.bat +++ b/installer/StartService.bat @@ -11,6 +11,8 @@ if defined ISCS6000_OS ( set OS_DEFINE=%ISCS6000_OS% ) +OS_DEFINE=windows10 + if exist "%scriptPath%\..\product\%OS_DEFINE%_debug\" ( set SETUP_DEBUG_RELEASE=debug ) else (