Improve amidst.json (#257)

It keeps the `jar` version of amidst and so should work fine for everyone.

* adds amidst icon to start menu
* shows log output in batch window
* provides access to the amidst cli

I also formatted the file first with `formatjson.ps1`.
master
Josh Willox 2021-05-20 06:39:20 +10:00 committed by GitHub
parent 8e4328f247
commit 08e2927c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 9 deletions

View File

@ -1,21 +1,29 @@
{
"homepage": "https://github.com/toolbox4minecraft/amidst",
"description": "Minecraft interface and data/structure tracking tool",
"version": "4.6",
"description": "Minecraft interface and data/structure tracking tool",
"homepage": "https://github.com/toolbox4minecraft/amidst",
"license": "GPL-3.0-only",
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v4.6/amidst-v4-6.jar#/amidst.jar",
"hash": "137f4f718815f04a933325243ddca126c1d8d7720dcf8026926678a8a1ebe65b",
"suggest": {
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre"
},
"url": [
"https://github.com/toolbox4minecraft/amidst/releases/download/v4.6/amidst-v4-6.jar#/amidst.jar",
"https://raw.githubusercontent.com/toolbox4minecraft/amidst/master/src/main/resources/amidst/icon/amidst.ico"
],
"hash": [
"137f4f718815f04a933325243ddca126c1d8d7720dcf8026926678a8a1ebe65b",
"72a590ca98fc21d315b090b2ae82a46b99a56934c1d17e3c7ea0bba6f45a5d61"
],
"bin": "amidst.bat",
"shortcuts": [
[
"amidst.bat",
"Amidst"
"Amidst",
"",
"amidst.ico"
]
],
"pre_install": "Set-Content -Path \"$dir\\amidst.bat\" -Value \"pushd $dir && javaw -jar amidst.jar && popd\"",
"suggest": {
"Java Runtime Environment": "java/adoptopenjdk-hotspot-jre"
},
"pre_install": "Set-Content -Path \"$dir\\amidst.bat\" -Value \"@echo off`njava -jar `\"$dir\\amidst.jar`\" %*\"",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/toolbox4minecraft/amidst/releases/download/v$version/amidst-v$dashVersion.jar#/amidst.jar"