forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGOGGalaxy.json
39 lines (39 loc) · 1.45 KB
/
GOGGalaxy.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
34
35
36
37
38
39
{
"version": "2.0.37.384",
"description": "GOG Galaxy 2.0. Gaming Client designed for a convenient purchasing, playing and updating games, as well as an online play between gaming platforms.",
"homepage": "https://www.gog.com/galaxy",
"license": {
"identifier": "Proprietary",
"url": "https://support.gog.com/hc/en-us/articles/212632089-User-Agreement"
},
"depends": "innounp",
"suggest": {
"Microsoft Visual C++ Runtime 2015": "extras/vcredist2015"
},
"url": "https://cdn.gog.com/open/galaxy/client/2.0.37.384/setup_galaxy_2.0.37.384.exe",
"hash": "md5:f74bf8b75e885580b2e45cbb5fa1dede",
"installer": {
"script": [
"$file = \"$dir\\$fname\"",
"Expand-InnoArchive $file -ExtractDir '{%ALLUSERSPROFILE}' -DestinationPath \"$env:ALLUSERSPROFILE\"",
"Expand-InnoArchive $file -Removal"
]
},
"shortcuts": [
[
"GalaxyClient.exe",
"GOG Galaxy"
]
],
"checkver": {
"url": "https://remote-config.gog.com/components/webinstaller?component_version=2.0.0",
"jsonpath": "$.content.windows.version"
},
"autoupdate": {
"url": "https://cdn.gog.com/open/galaxy/client/$version/setup_galaxy_$version.exe",
"hash": {
"url": "https://remote-config.gog.com/components/webinstaller?component_version=2.0.0",
"jsonpath": "$.content.windows.installerMd5"
}
}
}