forked from Calinou/scoop-games
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwitchdropsminer.json
31 lines (31 loc) · 1.06 KB
/
twitchdropsminer.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
{
"version": "15",
"description": "App that allows you to AFK mine timed Twitch drops, with automatic drop claiming and channel switching",
"homepage": "https://github.com/DevilXD/TwitchDropsMiner",
"license": "MIT",
"url": "https://github.com/DevilXD/TwitchDropsMiner/releases/download/v15/Twitch.Drops.Miner.zip",
"hash": "b337d8accefd133d90aa19d606b442314a49875b369852fb895fa56fd96fe23c",
"extract_dir": "Twitch Drops Miner",
"pre_install": [
"'settings.json', 'cookies.jar' | ForEach-Object {",
" if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }",
"}"
],
"shortcuts": [
[
"Twitch Drops Miner (by DevilXD).exe",
"Twitch Drops"
]
],
"persist": [
"cache",
"settings.json",
"cookies.jar"
],
"checkver": {
"github": "https://github.com/DevilXD/TwitchDropsMiner"
},
"autoupdate": {
"url": "https://github.com/DevilXD/TwitchDropsMiner/releases/download/v$version/Twitch.Drops.Miner.zip"
}
}