mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-17 15:24:41 +08:00
5 lines
54 B
Batchfile
5 lines
54 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
python update_csproj.py
|
|
pause
|