mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Change from vlc-desktop to two separate section, win and macosx
This commit is contained in:
parent
37229e6758
commit
88555f88c3
|
|
@ -689,16 +689,26 @@ version = $1
|
|||
sort_by = macOS x86_64 $1
|
||||
category = app
|
||||
|
||||
[vlc-desktop]
|
||||
[vlc-win]
|
||||
distro = VLC
|
||||
listvers = 1
|
||||
location = videolan-ftp/vlc/*/*/*
|
||||
pattern = vlc/([\d\.]+)/(\w+)/.+\d\.(dmg|exe|msi|7z)(?!.)
|
||||
pattern = vlc/([\d\.]+)/(win32|win64)/.+\d\.(dmg|exe|msi|7z)(?!.)
|
||||
platform = $2
|
||||
type = $3
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[vlc-macosx]
|
||||
distro = VLC
|
||||
listvers = 1
|
||||
location = videolan-ftp/vlc/*/*/*
|
||||
pattern = vlc/([\d\.]+)/macosx/.+\d\.(dmg|exe|msi|7z)(?!.)
|
||||
platform = macosx
|
||||
type = $2
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[vlc-android]
|
||||
distro = VLC
|
||||
listvers = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue