Skip to content

Commit b6643d9

Browse files
committed
Fix: bats use UTF-8 code page
1 parent 3149552 commit b6643d9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

builder/attachments/RUN.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@echo on
22
setlocal
3+
chcp 65001
34

45
set PATH=%PATH%;%~dp0\MinGit\cmd;%~dp0\python_standalone\Scripts
56

builder/attachments/UPDATE.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@echo off
22
setlocal enabledelayedexpansion
3+
chcp 65001
34

45
:: --- 1. Environment Setup & Checks ---
56
:: Add embedded Git and Python to the temporary PATH

builder/attachments/启动.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@echo on
22
setlocal
3+
chcp 65001
34

45
set PATH=%PATH%;%~dp0\MinGit\cmd;%~dp0\python_standalone\Scripts
56

0 commit comments

Comments
 (0)