Skip to content

Commit 4c0ba80

Browse files
committed
rebased: Add version 1.0.13
1 parent e7bf1e7 commit 4c0ba80

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

bucket/rebased.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"version": "1.0.14",
3+
"description": "An open-source remake of the short-lived jetbrains git client",
4+
"homepage": "https://github.com/DetachHead/rebased",
5+
"license": {
6+
"identifier": "Apache-2.0",
7+
"url": "https://github.com/DetachHead/rebased/blob/master/LICENSE.txt"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://github.com/DetachHead/rebased/releases/download/1.0.14/rebased.exe",
12+
"hash": "5805ac06ce2ed6a929a2df9b89521c9ffd3a364c47531b4b043a02b53f10620f"
13+
}
14+
},
15+
"pre_install": [
16+
"Expand-7zipArchive \"$dir\\rebased.exe\" \"$dir\\IDE\" -Removal",
17+
"Remove-Item \"$dir\\IDE\\`$PLUGINSDIR\" -Recurse -Force -ErrorAction SilentlyContinue"
18+
],
19+
"installer": {
20+
"script": "& \"$bucketsdir\\extras\\scripts\\jetbrains\\portable.ps1\" \"$dir\" \"$persist_dir\""
21+
},
22+
"bin": [
23+
[
24+
"IDE\\bin\\idea64.exe",
25+
"rebased"
26+
]
27+
],
28+
"shortcuts": [
29+
[
30+
"IDE\\bin\\idea64.exe",
31+
"Rebased"
32+
]
33+
],
34+
"persist": [
35+
"IDE\\bin\\idea.properties",
36+
"IDE\\bin\\idea64.exe.vmoptions",
37+
"profile"
38+
],
39+
"checkver": {
40+
"github": "https://github.com/DetachHead/rebased"
41+
},
42+
"autoupdate": {
43+
"architecture": {
44+
"64bit": {
45+
"url": "https://github.com/DetachHead/rebased/releases/download/$version/rebased.exe"
46+
}
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)