From 3838f353f811bc6dd01410781018682a63e6de6e Mon Sep 17 00:00:00 2001 From: "Gui.H" Date: Thu, 20 Jul 2023 09:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B3=A8=E5=86=8C=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastTunnel.Client/install.bat | 4 ++-- FastTunnel.Server/install.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FastTunnel.Client/install.bat b/FastTunnel.Client/install.bat index 70e3f81..9704d28 100644 --- a/FastTunnel.Client/install.bat +++ b/FastTunnel.Client/install.bat @@ -6,7 +6,7 @@ color 0e @echo ================================== @echo Start Install FastTunnel.Client -sc create FastTunnel.Client binPath=%~dp0\FastTunnel.Client.exe start= auto -sc description FastTunnel.Client "FastTunnel-开源内网穿透服务,仓库地址:https://github.com/SpringHgui/FastTunnel star项目以支持作者" +sc create FastTunnel.Client binPath="%~dp0FastTunnel.Client.exe" start=auto +sc description FastTunnel.Client "FastTunnel-开源内网穿透服务,仓库地址:https://github.com/SpringHgui/FastTunnel 点下star项目以支持作者" Net Start FastTunnel.Client pause \ No newline at end of file diff --git a/FastTunnel.Server/install.bat b/FastTunnel.Server/install.bat index 9099578..eaf6fdc 100644 --- a/FastTunnel.Server/install.bat +++ b/FastTunnel.Server/install.bat @@ -6,7 +6,7 @@ color 0e @echo ================================== @echo Start Install FastTunnel.Server -sc create FastTunnel.Server binPath=%~dp0\FastTunnel.Server.exe start= auto -sc description FastTunnel.Server "FastTunnel-开源内网穿透服务,仓库地址:https://github.com/SpringHgui/FastTunnel star项目以支持作者" +sc create FastTunnel.Server binPath="%~dp0FastTunnel.Server.exe" start=auto +sc description FastTunnel.Server "FastTunnel-开源内网穿透服务,仓库地址:https://github.com/SpringHgui/FastTunnel 点下star项目以支持作者" Net Start FastTunnel.Server pause \ No newline at end of file