forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSteamGridDBManager.json
33 lines (33 loc) · 1.38 KB
/
SteamGridDBManager.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
{
"##": "URL cannot have encoded + characters",
"version": "0.4.2",
"description": "SteamGridDB Manager. Import games from different launcher into Steam library.",
"homepage": "https://www.steamgriddb.com/manager",
"license": {
"identifier": "MIT",
"url": "https://github.com/steamgriddb/steamgriddb-manager/blob/master/LICENSE.md"
},
"changelog": "https://github.com/SteamGridDB/steamgriddb-manager/releases/tag/v0.4.2",
"url": "https://steamgriddb.s3.amazonaws.com/manager/SteamGridDB+Manager+Setup+0.4.2.exe#/cosi.7z",
"hash": "c1e513d351bedaa8abdd26ac161a666608ece35022012346686dd6bbff14710d",
"installer": {
"script": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" $dir",
"Remove-AppDirItem '$*'"
]
},
"shortcuts": [
[
"SteamGridDB Manager.exe",
"SteamGridDB Manager"
]
],
"checkver": {
"github": "https://github.com/steamgriddb/steamgriddb-manager"
},
"autoupdate": {
"changelog": "https://github.com/SteamGridDB/steamgriddb-manager/releases/tag/v$version",
"url": "https://steamgriddb.s3.amazonaws.com/manager/SteamGridDB+Manager+Setup+$version.exe#/cosi.7z"
}
}