forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ytmdesktop-portable.json
39 lines (39 loc) · 1.42 KB
/
ytmdesktop-portable.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
39
{
"version": "1.13.0",
"description": "An unofficial desktop app for YouTube Music",
"homepage": "https://ytmdesktop.app",
"license": "CC0-1.0",
"notes": "This portable version has issues with pinning it to the taskbar.",
"architecture": {
"64bit": {
"url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v1.13.0/YouTube-Music-Desktop-App-Setup-1.13.0.exe#/dl.7z",
"hash": "sha512:6bcff62101fcf59babf584e6da82987d44bbc5bfb7408d83e48a7b83f7a4daa7a6a7fdd31add02eeacf734696242c39a7e0810f25ad75f9cf56cd90e026e034e",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse"
]
}
},
"shortcuts": [
[
"YouTube Music Desktop App.exe",
"YouTube Music Desktop",
"--user-data-dir=\"$persist_dir\\data\""
]
],
"persist": "data",
"checkver": {
"github": "https://github.com/ytmdesktop/ytmdesktop"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ytmdesktop/ytmdesktop/releases/download/v$version/YouTube-Music-Desktop-App-Setup-$version.exe#/dl.7z"
}
},
"hash": {
"url": "$baseurl/latest.yml",
"regex": "sha512: $base64"
}
}
}