mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
48 lines
1.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|