Skip to content

Commit

Permalink
feat(launcher.cmd): 更新启动脚本中的版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Jun 8, 2024
1 parent a7ea13b commit 421861d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launcher.cmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 421861d

Please sign in to comment.