diff --git a/bucket/cockpit-tools.json b/bucket/cockpit-tools.json new file mode 100644 index 00000000000000..bf9f4b6c14368e --- /dev/null +++ b/bucket/cockpit-tools.json @@ -0,0 +1,30 @@ +{ + "version": "1.3.0", + "description": "A universal AI IDE account management tool.", + "homepage": "https://github.com/jlcodes99/cockpit-tools", + "license": "CC-BY-NC-SA-4.0", + "architecture": { + "64bit": { + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v1.3.0/Cockpit.Tools_1.3.0_x64_en-US.msi", + "hash": "d17dd272127da4daa4f262fe86fe8acd6205ca80ad0c1a7c6f28b06147ce94d9" + } + }, + "extract_dir": "PFiles\\Cockpit Tools", + "shortcuts": [ + [ + "cockpit-tools.exe", + "Cockpit Tools" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/jlcodes99/cockpit-tools/releases/download/v$version/Cockpit.Tools_$version_x64_en-US.msi" + } + }, + "hash": { + "url": "$baseurl/SHA256SUMS.txt" + } + } +}