mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Update genisolist.ini
This commit is contained in:
parent
eedfd0f569
commit
66e04e3a84
|
|
@ -594,27 +594,27 @@ category = app
|
|||
|
||||
[vlc-desktop]
|
||||
distro = VLC
|
||||
listvers = 2
|
||||
listvers = 1
|
||||
location = videolan-ftp/vlc/*/*/*
|
||||
pattern = vlc/([\d\.]+)/(\w+)/.+\d\.(dmg|exe|msi|7z)(?!.)
|
||||
platform = $3
|
||||
type = $2
|
||||
platform = $2
|
||||
type = $3
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[vlc-android]
|
||||
distro = VLC
|
||||
listvers = 2
|
||||
listvers = 1
|
||||
location = videolan-ftp/vlc-android/*/*
|
||||
pattern = vlc-android/([\d\.]+.*)/.+-[\d\.]+-(.+)\.apk(?!.)
|
||||
platform = $2
|
||||
platform = Android/$2
|
||||
type = apk
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[vlc-iOS]
|
||||
distro = VLC
|
||||
listvers = 2
|
||||
listvers = 1
|
||||
location = videolan-ftp/vlc-iOS/*/*
|
||||
pattern = vlc-iOS/([\d\.]+.*)/.*\.ipa(?!.)
|
||||
platform = iOS
|
||||
|
|
|
|||
Loading…
Reference in New Issue