Skip to content

Commit

Permalink
fix: 窗口标题错误
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Sep 28, 2024
1 parent 02a1d4f commit c59c790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chcp 65001 > nul
set opt.autoLaunch=0
set opt.showVerboseInfo=0
set opt.windowTitle=CRCSN Launcher
windowTitle %opt.windowTitle%
title %opt.windowTitle%
mode con cols=50 lines=25
cd /d "%~dp0"
set version=v5.6.7
Expand Down

0 comments on commit c59c790

Please sign in to comment.