generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
hitomi-downloader.json
35 lines (35 loc) · 1.29 KB
/
hitomi-downloader.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
{
"homepage": "https://github.com/KurtBestor/Hitomi-Downloader",
"description": "🍰 Desktop utility to download images/videos/music/text from various websites, and more.",
"version": "4.2",
"license": "Unlicense",
"architecture": {
"64bit": {
"url": "https://github.com/KurtBestor/Hitomi-Downloader/releases/download/v4.2/hitomi_downloader_GUI.zip",
"hash": "98407a9028db9c0a24dcdb8aa11083dd3271fc6c9558edffb7d63f58dda9ab3b",
"pre_install": "if(!(Test-Path \"$persist_dir\\hitomi_downloader_GUI.ini\")) { New-Item \"$dir\\hitomi_downloader_GUI.ini\" -ItemType File -Force | Out-Null }"
}
},
"persist": [
"hitomi_downloader_GUI.ini",
"hitomi_downloaded"
],
"shortcuts": [
[
"hitomi_downloader_GUI.exe",
"hitomi downloader GUI"
]
],
"checkver": {
"github": "https://github.com/KurtBestor/Hitomi-Downloader",
"regex": "Downloader\\sv(?<major>[\\d.]+)(?<build>[a-z]?)?",
"replace": "${major}${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/KurtBestor/Hitomi-Downloader/releases/download/v$matchMajor$matchBuild/hitomi_downloader_GUI.zip"
}
}
}
}