From 88555f88c3fe2a05ce798491146f49982a9a1f8c Mon Sep 17 00:00:00 2001 From: Zenithal Date: Sun, 1 Nov 2020 04:40:03 +0800 Subject: [PATCH] Change from vlc-desktop to two separate section, win and macosx --- geninfo/genisolist.ini | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index 5336e6a..9f9e2da 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -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