generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dopamine-preview.json
34 lines (34 loc) · 1.24 KB
/
dopamine-preview.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
{
"version": "3.0.0-preview.35",
"description": "The audio player that keeps it simple, written using Electron, Angular and Typescript.",
"homepage": "https://github.com/digimezzo/dopamine",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/digimezzo/dopamine/releases/download/v3.0.0-preview.35/Dopamine-3.0.0-preview.35.exe#/dl.7z",
"hash": "e241e7a536b573fee6209fd3a3ffc98f3e79a691dc3154d424ec70c0a1c31a78"
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
],
"shortcuts": [
[
"Dopamine.exe",
"Dopamine"
]
],
"checkver": {
"url": "https://api.github.com/repos/digimezzo/dopamine/releases",
"regex": "Dopamine-(?<major>[\\d.]+)-preview\\.(?<build>\\d+)",
"replace": "${major}-preview.${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/digimezzo/dopamine/releases/download/v$matchMajor-preview.$matchBuild/Dopamine-$matchMajor-preview.$matchBuild.exe#/dl.7z"
}
}
}
}