-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathdev.aunetx.deezer.json
More file actions
24 lines (24 loc) · 932 Bytes
/
dev.aunetx.deezer.json
File metadata and controls
24 lines (24 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"app-id": "dev.aunetx.deezer",
"modules": [
{
"name": "deezer",
"sources": [
{
"type": "archive",
"url": "https://cdn-content.dzcdn.net/builds/deezer-desktop/8cF2rAuKxLcU1oMDmCYm8Uiqe19Ql0HTySLssdzLkQ9ZWHuDTp2JBtQOvdrFzWPA/win32/x86/7.1.110/DeezerDesktopSetup_7.1.110.exe",
"sha256": "a383432ef8e7a1ced5a952c01a5b58eb0637deaf4bcb13ab58877d30af244036",
"only-arches": [
"x86_64"
],
"dest": "archive",
"x-checker-data": {
"type": "rotating-url",
"url": "https://www.deezer.com/desktop/download?platform=win32&architecture=x86",
"pattern": "([\\d]+\\.[\\d]+\\.[\\d]+)"
}
}
]
}
]
}