Skip to content

Commit 2d53f89

Browse files
committed
1 parent eae6ed0 commit 2d53f89

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

bucket/input-leap.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"version": "3.0.3",
3+
"description": "Open-source KVM software.",
4+
"homepage": "https://github.com/input-leap/input-leap",
5+
"license": "GPL-2.0-or-later",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/input-leap/input-leap/releases/download/v3.0.3/windows-2022-Debug-v3.0.3.tar.gz",
9+
"hash": "07779f5465ad631ed52b86156ee80337a0c9514590626f18d98eeb0237c84b1e"
10+
}
11+
},
12+
"installer": {
13+
"script": [
14+
"Expand-Archive -Path \"$dir\\windows-2022-Debug\\Debug.zip\" -DestinationPath \"$dir\" -Force",
15+
"Remove-Item -Recurse -Force \"$dir\\windows-2022-Debug\""
16+
]
17+
},
18+
"bin": [
19+
"input-leap.exe",
20+
"input-leapc.exe",
21+
"input-leapd.exe",
22+
"input-leaps.exe"
23+
],
24+
"checkver": "github",
25+
"autoupdate": {
26+
"architecture": {
27+
"64bit": {
28+
"url": "https://github.com/input-leap/input-leap/releases/download/v$version/windows-2022-Debug-v$version.tar.gz"
29+
}
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)