diff --git a/manifest.json b/manifest.json index 0337bc3..4364379 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } \ No newline at end of file diff --git a/neutralino.config.json b/neutralino.config.json index 708134f..0b6354e 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -1,6 +1,6 @@ { "applicationId": "js.grassclipper.app", - "version": "0.7.4", + "version": "0.8.0", "defaultMode": "window", "port": 0, "documentRoot": "/resources/", diff --git a/package.json b/package.json index aca7e4b..bd87fd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grassclipper", - "version": "0.7.4", + "version": "0.8.0", "repository": "https://github.com/Grasscutters/GrassClipper.git", "author": "SpikeHD ", "license": "Apache-2.0", diff --git a/scripts/install.cmd b/scripts/install.cmd index b761441..99e27c3 100644 --- a/scripts/install.cmd +++ b/scripts/install.cmd @@ -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!