mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-06-23 14:50:00 -07:00
Update install_win7.cmd
This commit is contained in:
parent
9b77cabb9f
commit
09aa291c49
@ -1,4 +1,5 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
chcp 65001 > nul
|
||||
:: 65001 - UTF-8
|
||||
|
||||
@ -12,7 +13,6 @@ if "%1"=="admin" (
|
||||
exit /b
|
||||
)
|
||||
|
||||
setlocal enabledelayedexpansion
|
||||
if [%1] == [install] goto :install
|
||||
|
||||
if %PROCESSOR_ARCHITECTURE%==AMD64 (
|
||||
@ -44,4 +44,4 @@ copy WinDivert.dll ..\bin
|
||||
echo Ready
|
||||
|
||||
:ex
|
||||
pause
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user