-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvlc-portable.json
34 lines (34 loc) · 1.3 KB
/
vlc-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
{
"homepage": "https://www.videolan.org/",
"version": "3.0.16",
"license": "GPL-2.0-only",
"url": "https://sourceforge.net/projects/portableapps/files/VLC%20Media%20Player%20Portable/VLCPortable_3.0.16.paf.exe#/dl.7z",
"hash": "sha1:01e8d0dea4661e92a32ef3b41dcef76974845c0d",
"bin": [
[
"VLCPortable.exe",
"vlc"
]
],
"shortcuts": [
[
"VLCPortable.exe",
"VLC media player"
]
],
"persist": "Data",
"post_install": [
"Remove-Item -LiteralPath \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
"if(!(test-path \"$dir\\VLCPortable.ini\")) {",
" Copy-Item \"$dir\\Other\\Source\\AppNamePortable.ini\" \"$dir\\VLCPortable.ini\"",
" (Get-Content \"$dir\\VLCPortable.ini\").replace('DisableSplashScreen=false', 'DisableSplashScreen=true') | Set-Content \"$dir\\VLCPortable.ini\"",
"}"
],
"checkver": {
"url": "https://sourceforge.net/projects/portableapps/rss?path=/VLC%20Media%20Player%20Portable",
"re": "/VLC Media Player Portable/VLCPortable_([\\d.]+(?:_Rev_[\\d.])?).paf.exe]]>"
},
"autoupdate": {
"url": "https://sourceforge.net/projects/portableapps/files/VLC%20Media%20Player%20Portable/VLCPortable_$version.paf.exe#/dl.7z"
}
}