From cc859d1d18507e393c27d96a029b6d895cedff69 Mon Sep 17 00:00:00 2001 From: liang-ys Date: Mon, 13 Apr 2026 17:04:31 +0800 Subject: [PATCH] =?UTF-8?q?[m]=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=E8=B0=83=E7=94=A8=E7=9A=84=E5=AE=89=E8=A3=85windows?= =?UTF-8?q?=E7=9A=84=E8=84=9A=E6=9C=AC=E7=9A=84=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/{StartService.bat => installer_window.bat} | 0 installer/{ => others}/installer_win10.bat | 0 installer/{StopService.bat => uninst_window.bat} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename installer/{StartService.bat => installer_window.bat} (100%) rename installer/{ => others}/installer_win10.bat (100%) rename installer/{StopService.bat => uninst_window.bat} (100%) diff --git a/installer/StartService.bat b/installer/installer_window.bat similarity index 100% rename from installer/StartService.bat rename to installer/installer_window.bat diff --git a/installer/installer_win10.bat b/installer/others/installer_win10.bat similarity index 100% rename from installer/installer_win10.bat rename to installer/others/installer_win10.bat diff --git a/installer/StopService.bat b/installer/uninst_window.bat similarity index 100% rename from installer/StopService.bat rename to installer/uninst_window.bat