Extras/bucket/rebased.json
2026-07-27 01:01:26 +00:00

48 lines
1.4 KiB
JSON

{
"version": "1.1.9",
"description": "An open-source remake of the short-lived JetBrains git client.",
"homepage": "https://github.com/DetachHead/rebased",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/DetachHead/rebased/blob/master/LICENSE.txt"
},
"architecture": {
"64bit": {
"url": "https://github.com/DetachHead/rebased/releases/download/1.1.9/rebased.exe#/dl.7z",
"hash": "025b85aa9b103cfd6940b47f40f8e183e555c7ba9dc333d1eb820be96ced9b1c"
}
},
"extract_to": "IDE",
"installer": {
"script": [
"& \"$bucketsdir\\extras\\scripts\\jetbrains\\portable.ps1\" \"$dir\" \"$persist_dir\"",
"Remove-Item \"$dir\\IDE\\`$*\" -Force -Recurse -ErrorAction SilentlyContinue"
]
},
"bin": [
[
"IDE\\bin\\rebased64.exe",
"rebased"
]
],
"shortcuts": [
[
"IDE\\bin\\rebased64.exe",
"Rebased"
]
],
"persist": [
"IDE\\bin\\idea.properties",
"IDE\\bin\\rebased64.exe.vmoptions",
"profile"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/DetachHead/rebased/releases/download/$version/rebased.exe#/dl.7z"
}
}
}
}