From 0047a1183d855fbc0820c0f1e24f5f2c4037417b Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Wed, 27 Apr 2022 14:35:36 -0700 Subject: [PATCH] remove libs and make cert error more clear --- resources/index.html | 4 ---- scripts/install.cmd | 10 ++++++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/resources/index.html b/resources/index.html index c971d61..f1604e1 100644 --- a/resources/index.html +++ b/resources/index.html @@ -2,14 +2,10 @@ - - - - diff --git a/scripts/install.cmd b/scripts/install.cmd index f023540..b761441 100644 --- a/scripts/install.cmd +++ b/scripts/install.cmd @@ -36,8 +36,14 @@ echo Adding ceritifcate... :: Ensure we are elevated for certs >nul 2>&1 certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer || ( - echo Certificate install failed, ensure the script is running as Administrator and that the path "%USERPROFILE%\.mitmproxy" exists, - echo You can also manually run this command: certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer + echo ================================================================================================================================================ + echo !! Certificate install failed !! + echo + echo Ensure the script is running as Administrator and that the path "%USERPROFILE%\.mitmproxy" exists, + echo + echo You can also manually run this command: + echo certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer + echo ================================================================================================================================================ ) echo Done! You can now open GrassClipper.exe!