-
Notifications
You must be signed in to change notification settings - Fork 15
/
wingetui.json
33 lines (33 loc) · 926 Bytes
/
wingetui.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"version": "3.1.5",
"description": "A GUI Store for the most common cli package managers, sych as Winget and Scoop.",
"homepage": "https://github.com/martinet101/WinGetUI",
"license": "LGPL-2.1-only",
"architecture": {
"64bit": {
"url": "https://github.com/martinet101/WinGetUI/releases/download/3.1.5/WingetUI.Installer.exe",
"hash": "a5a5a6c136c45197a5de811fdc8a474f7634347b8f310bc28d9829024da46a91"
}
},
"innosetup": true,
"bin": [
[
"WingetUI.exe",
"WingetUI"
]
],
"shortcuts": [
[
"WingetUI.exe",
"WingetUI"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/martinet101/WinGetUI/releases/download/$version/WingetUI.Installer.exe"
}
}
}
}