mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
genisoinfo: fix vscodium for macOS
This commit is contained in:
parent
784581fbb7
commit
b71ee5c168
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue