Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLHy0424 committed Sep 2, 2024
1 parent b64119a commit 084cfd5
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,8 +1,5 @@
@echo off
chcp 65001 > nul
set arch=x86_64
set runtime=msvcrt
set argv=
set AUTO_LAUNCH=0
set CHANNEL=2
set CUSTOM_TITLE=[<CUSTOM>] CRCSN Launcher
Expand All @@ -16,6 +13,9 @@ if %CHANNEL%==0 (
title %CUSTOM_TITLE%
)
mode con cols=50 lines=25
set arch=x86_64
set runtime=msvcrt
set argv=
cd /d "%~dp0"
%1
echo CRCSN Launcher
Expand Down

0 comments on commit 084cfd5

Please sign in to comment.