Skip to content

Commit

Permalink
jet-pilot: Add version 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolongol committed Jan 24, 2025
1 parent 28acf55 commit 0e475bc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/jet-pilot.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 0e475bc

Please sign in to comment.