forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSteamBulkActivator.json
27 lines (27 loc) · 1.07 KB
/
SteamBulkActivator.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
{
"version": "1.1.1",
"description": "Steam Bulk Activator. Activate multiple Steam keys in bulk with no hassle.",
"homepage": "https://github.com/Ezzpify/SteamBulkActivator",
"license": {
"identifier": "MIT",
"url": "https://github.com/Ezzpify/SteamBulkActivator/blob/master/LICENSE"
},
"changelog": "https://github.com/Ezzpify/SteamBulkActivator/releases/tag/1.1.1",
"url": "https://github.com/Ezzpify/SteamBulkActivator/releases/download/1.1.1/Release.rar",
"hash": "md5:fdc22f2cf35c4d4439370b06897d7c04",
"shortcuts": [
[
"SteamBulkActivator.exe",
"Steam Bulk Activator"
]
],
"checkver": "github",
"autoupdate": {
"changelog": "https://github.com/Ezzpify/SteamBulkActivator/releases/tag/$version",
"url": "https://github.com/Ezzpify/SteamBulkActivator/releases/download/$version/Release.rar",
"hash": {
"url": "https://github.com/Ezzpify/SteamBulkActivator/releases/tag/$version",
"regex": "$basename</td>\\s*<td>$md5"
}
}
}