mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-22 15:37:48 +00:00
remove libs and make cert error more clear
This commit is contained in:
parent
b3da48bd18
commit
0047a1183d
@ -2,14 +2,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="style/index.css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
||||
<script src="https://cdn.rawgit.com/CryptoStore/crypto-js/3.1.2/build/rollups/tripledes.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/js-base64@3.7.2/base64.min.js"></script>
|
||||
<script src="js/neutralino.js"></script>
|
||||
<script src="js/windowDrag.js"></script>
|
||||
<script src="js/hoverEvt.js"></script>
|
||||
<script src="js/helpers.js"></script>
|
||||
<script charset="utf-8" src="js/registry.js"></script>
|
||||
<script src="js/index.js"></script>
|
||||
<script src="js/onLoad.js"></script>
|
||||
<script src="js/options.js"></script>
|
||||
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user