mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
Quotes in user profile usage in scripts
This commit is contained in:
parent
08cd04b134
commit
e152cc3e3c
@ -35,12 +35,12 @@ taskkill /f /im mitmdump.exe
|
|||||||
echo Adding ceritifcate...
|
echo Adding ceritifcate...
|
||||||
|
|
||||||
:: Ensure we are elevated for certs
|
:: Ensure we are elevated for certs
|
||||||
>nul 2>&1 certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer || (
|
>nul 2>&1 certutil -addstore root "%USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer" || (
|
||||||
echo ============================================================================================================
|
echo ============================================================================================================
|
||||||
echo !! Certificate install failed !!
|
echo !! Certificate install failed !!
|
||||||
echo.
|
echo.
|
||||||
echo Please manually run this command as Administrator:
|
echo Please manually run this command as Administrator:
|
||||||
echo certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer
|
echo certutil -addstore root "%USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer"
|
||||||
echo ============================================================================================================
|
echo ============================================================================================================
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user