genisoinfo: fix vscodium for macOS

This commit is contained in:
Zenithal (at neo) 2022-04-03 15:00:04 +08:00
parent 784581fbb7
commit b71ee5c168
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -738,11 +738,11 @@ category = app
distro = VS Codium
listvers = 10
location = github-release/VSCodium/vscodium/LatestRelease/*
pattern = VSCodium\.([\.\d]+)\.dmg(?!.)
pattern = VSCodium-?(darwin)?[-\.]x64[-\.]([-\.\d]+)\.(dmg|zip)(?!.)
platform = macOS
type = x86_64
version = $1
sort_by = macOS x86_64 $1
type = x64 $3
version = $2
sort_by = macOS x64 $2
category = app
[vlc-win]