-
Notifications
You must be signed in to change notification settings - Fork 158
/
vortex.json
38 lines (38 loc) · 1.27 KB
/
vortex.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
{
"version": "1.8.4",
"description": "Open-source mod manager from Nexus Mods",
"homepage": "https://www.nexusmods.com/about/vortex/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/Nexus-Mods/Vortex/releases/download/v1.8.4/vortex-setup-1.8.4.exe#/dl.7z",
"hash": "916a4a37b997f29fbde08b0e6a333c9ebd6ab150b4541811faf1c5c1fef49443",
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
]
}
}
},
"shortcuts": [
[
"Vortex.exe",
"Vortex"
]
],
"checkver": {
"github": "https://github.com/Nexus-Mods/Vortex"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Nexus-Mods/Vortex/releases/download/v$version/vortex-setup-$version.exe#/dl.7z",
"hash": {
"url": "https://github.com/Nexus-Mods/Vortex/releases/download/v$version/latest.yml",
"find": "sha2: $sha256"
}
}
}
}
}