-
Notifications
You must be signed in to change notification settings - Fork 26
/
GOGGalaxy.yml
27 lines (27 loc) · 1.11 KB
/
GOGGalaxy.yml
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
version: 2.0.80.33
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
suggest:
Microsoft Visual C++ Runtime 2015: extras/vcredist2015
depends: innounp
url: https://cdn.gog.com/open/galaxy/client/2.0.80.33/setup_galaxy_2.0.80.33.exe
hash: md5:f6c4fac121dc744200053a4679b406eb
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