We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14364d commit 089bf72Copy full SHA for 089bf72
build_windows.cmd
@@ -8,9 +8,8 @@ cd /d "%~dp0"
8
:: ===========================================
9
net session >nul 2>&1
10
if %errorlevel% neq 0 (
11
- echo Administrator privileges required. Elevating...
12
- powershell -Command "Start-Process '%~f0' -Verb runAs"
13
- exit /b
+ echo Administrator privileges required. Exiting.
+ exit 1 /b
14
)
15
16
0 commit comments