i18n: DependencySetup

[skip changelog]
This commit is contained in:
Constrat
2025-01-03 22:54:45 +01:00
parent 6d0ca82418
commit e203728fb5

View File

@@ -5,6 +5,7 @@ setlocal enabledelayedexpansion
openfiles >nul 2>&1
if %errorlevel% neq 0 (
echo 正在获取管理员权限...
echo Obtaining administrator privileges...
powershell -Command "Start-Process cmd.exe -ArgumentList '/c %~dpnx0' -Verb RunAs"
exit /b
)