File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments