From bf5aba85ac076abe8e14cdd009838ef0d0a68a6a Mon Sep 17 00:00:00 2001 From: MaxLHy0424 Date: Mon, 17 Jun 2024 20:01:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(launcher):=20=E4=BF=AE=E5=A4=8D=E6=B8=85?= =?UTF-8?q?=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- launcher.cmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/launcher.cmd b/launcher.cmd index 305f515c0..50f58e84c 100644 --- a/launcher.cmd +++ b/launcher.cmd @@ -1,12 +1,13 @@ @Echo Off -Title CRCSN Launcher CD /D "%~DP0" %1 -Echo CRCSN Launcher v1.3.7 +Title CRCSN Launcher +Echo CRCSN Launcher v1.3.8 Echo. Echo (C) 2024 MaxLHy0424, All Rights Reserved. TimeOut /NoBreak /T 2 : MsHta VBScript:CreateObject("Shell.Application").ShellExecute("%~S0","GoTo:RunAs","","RunAs",1)(Window.Close) && GoTo:EOF :RunAs + CLS .\bin\main.exe GoTo RunAs \ No newline at end of file