Skip to content

Commit

Permalink
change: 版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Aug 27, 2024
1 parent 06bfa7f commit 282864d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ set argv=
cd /d "%~dp0"
%1
echo CRCSN Launcher
echo v2.0.1
echo v2.0.2
echo (C) 2023 MaxLHy0424. All Rights Reserved.
echo.
echo (i) 按任意键启动 CRCSN (%arch%, %runtime%).
echo 按任意键启动 CRCSN (%arch%, %runtime%)...
pause > nul
msHta vbScript:createObject("shell.application").shellExecute("%~s0","goTo:runAs","","runAs",1)(window.close) & goTo:eof
:runAs
echo (i) 请稍候...
echo (i) 正在启动, 请稍候.
start .\bin\%arch%\main-%runtime%.exe %argv% /command
exit
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ auto main(i32 argc,cstr argv[])->i32{
if(Mod::opt.sparseView){
ui.push("\0");
}
ui.push(" v5.0.1");
ui.push(" v5.0.2");
ui.push(" https://github.com/MaxLHy0424/CRCSN");
ui.push(" (C) 2023 MaxLHy0424. All Rights Reserved.\n");
if(optError){
Expand Down

0 comments on commit 282864d

Please sign in to comment.