version bump

This commit is contained in:
SpikeHD 2022-04-27 14:40:55 -07:00
parent 0047a1183d
commit b70fdd7ff6
4 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{
"applicationId": "js.grassclipper.app",
"version": "0.7.4",
"version": "0.8.0",
"resourcesURL": "https://github.com/Grasscutters/GrassClipper/releases/latest/download/resources.neu"
}

View File

@ -1,6 +1,6 @@
{
"applicationId": "js.grassclipper.app",
"version": "0.7.4",
"version": "0.8.0",
"defaultMode": "window",
"port": 0,
"documentRoot": "/resources/",

View File

@ -1,6 +1,6 @@
{
"name": "grassclipper",
"version": "0.7.4",
"version": "0.8.0",
"repository": "https://github.com/Grasscutters/GrassClipper.git",
"author": "SpikeHD <spikegdofficial@gmail.com>",
"license": "Apache-2.0",

View File

@ -36,14 +36,12 @@ echo Adding ceritifcate...
:: Ensure we are elevated for certs
>nul 2>&1 certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer || (
echo ================================================================================================================================================
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.
echo Please manually run this command as Administrator:
echo certutil -addstore root %USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer
echo ================================================================================================================================================
echo ============================================================================================================
)
echo Done! You can now open GrassClipper.exe!