diff --git a/diesel-scm.json b/diesel-scm.json new file mode 100644 index 0000000..b3e424b --- /dev/null +++ b/diesel-scm.json @@ -0,0 +1,19 @@ +{ + "checkver": { + "github": "https://github.com/AnotherFoxGuy/diesel-scm" + }, + "autoupdate": { + "url": "https://github.com/AnotherFoxGuy/diesel-scm/releases/download/V$version/Diesel-$version-win64.zip", + "extract_dir": "Diesel-$version-win64" + }, + "version": "2.0.0", + "extract_dir": "Diesel-2.0.0-win64", + "url": "https://github.com/AnotherFoxGuy/diesel-scm/releases/download/V2.0.0/Diesel-2.0.0-win64.zip", + "hash": "f8b632b9d99e37ed99c2d3b5804c5112a88b5e97f05c3b4e7e86b54da3eaea4e", + "shortcuts": [ + [ + "Diesel.exe", + "Diesel" + ] + ] +}