diff --git a/bucket/gg.json b/bucket/gg.json new file mode 100644 index 00000000000000..18d0a49df6c2dc --- /dev/null +++ b/bucket/gg.json @@ -0,0 +1,24 @@ +{ + "version": "0.23.0", + "description": "Gui for JJ", + "homepage": "https://github.com/gulbanana/gg", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/gulbanana/gg/releases/download/v0.23.0/gg_0.23.0_x64_en-US.msi", + "hash": "dcce7d07f6d9c82b9b8c7913ff768d8dbee96f1f02d885f9a6ca941dc2013dc3" + } + }, + "extract_dir": "PFiles/gg", + "bin": "gg.exe", + "checkver": { + "github": "https://github.com/gulbanana/gg" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/gulbanana/gg/releases/download/v$version/gg_$version_x64_en-US.msi" + } + } + } +}