Change from vlc-desktop to two separate section, win and macosx

This commit is contained in:
Zenithal 2020-11-01 04:40:03 +08:00
parent 37229e6758
commit 88555f88c3
No known key found for this signature in database
GPG Key ID: 930FD7D370180A60

View File

@ -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