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