From 421861de2c0746a44648c8d6dda1f3ff9a1ee33d Mon Sep 17 00:00:00 2001 From: MaxLHy0424 Date: Sat, 8 Jun 2024 15:25:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(launcher.cmd):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- launcher.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launcher.cmd b/launcher.cmd index f6e714287..116bee0ae 100644 --- a/launcher.cmd +++ b/launcher.cmd @@ -1,11 +1,11 @@ @Echo Off -PushD "%~DP0" -%1 +CD /D "%~DP0" Title CRCSN Launcher -Echo CRCSN Launcher v1.3.0 +Echo CRCSN Launcher v1.3.1 Echo. Echo (C) 2024 MaxLHy0424, All Rights Reserved. TimeOut /NoBreak /T 3 +%1 : MsHta VBScript:CreateObject("Shell.Application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) & GoTo:EOF :RunAs .\bin\main.exe