Skip to content

Commit

Permalink
Update Installer.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGreenBlue09 committed May 14, 2023
1 parent e35f5a1 commit b0de5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd %~dp0
net session >nul 2>&1
if %Errorlevel% NEQ 0 (
echo Requesting administrative privileges...
Files\elevate_%PROCESSOR_ARCHITECTURE% "Installer.cmd"
Files\elevate_%PROCESSOR_ARCHITECTURE% %0
if "!Errorlevel!" NEQ "0" (
echo Unable to grant administrative privileges. Please run the file as administrator.
echo.
Expand Down

0 comments on commit b0de5bd

Please sign in to comment.