diff --git a/bucket/jet-pilot.json b/bucket/jet-pilot.json new file mode 100644 index 00000000000000..33b821f809e9f9 --- /dev/null +++ b/bucket/jet-pilot.json @@ -0,0 +1,30 @@ +{ + "version": "1.33.0", + "description": "An Open-Source Kubernetes IDE", + "homepage": "https://github.com/unxsist/jet-pilot", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/unxsist/jet-pilot/releases/download/v1.33.0/JET.Pilot_1.33.0_x64-setup.exe#/dl.7z", + "hash": "430a5a05e85c8125e0b2f2a0b26c2f39f2f014a9f4b07631206e8382ce50e087", + "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" + } + }, + "bin": "JET Pilot.exe", + "shortcuts": [ + [ + "Jet Pilot.exe", + "Jet Pilot" + ] + ], + "checkver": { + "github": "https://github.com/unxsist/jet-pilot" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/unxsist/jet-pilot/releases/download/v$version/JET.Pilot_$version_x64-setup.exe#/dl.7z" + } + } + } +}