forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xmplay-stuff.json
43 lines (43 loc) · 1.21 KB
/
xmplay-stuff.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
40
41
42
43
{
"version": "3.8.5.26",
"license": "Freeware",
"homepage": "https://www.un4seen.com/xmplay.html",
"description": "The latest (potentially unstable) build of XMPlay, a Win32 audio player.",
"url": "https://www.un4seen.com/stuff/xmplay.exe",
"hash": "12a93d06d7e1cbf47e6d3a517cd9ae575430fb0689d6e536091194639128abeb",
"pre_install": [
"# Create placeholder files",
"function CreateFile([String[]] $file) {",
" foreach ($f in $file) {",
" if (! (Test-Path \"$dir\\$f\")) { New-Item \"$dir\\$f\" -ItemType 'File' | Out-Null }",
" }",
"}",
"CreateFile 'xmplay.ini', 'xmplay.library', 'xmplay.pls'"
],
"bin": [
[
"xmplay.exe",
"xmplay-stuff"
]
],
"shortcuts": [
[
"xmplay.exe",
"XMPlay (Stuff Version)"
]
],
"persist": [
"xmplay.ini",
"xmplay.library",
"xmplay.pls",
"plugins",
"skins"
],
"checkver": {
"url": "https://www.un4seen.com/xmplay-stuff.php",
"regex": "([\\d.]+)</span>"
},
"autoupdate": {
"url": "https://www.un4seen.com/stuff/xmplay.exe"
}
}