Merge branch 'Crystal-RainSlide-master'

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

View File

@ -705,11 +705,11 @@ category = app
distro = VS Codium
listvers = 10
location = github-release/VSCodium/vscodium/LatestRelease/*
pattern = (VSCodium\w+-\w+)-([\.\d]+)\.exe(?!.)
pattern = (VSCodium(?!-darwin)[\w-]+)-([\.\d]+)\.(exe|msi|zip)(?!.)
platform = Windows
type = $1
type = $1 $3
version = $2
sort_by = Windows $1 $2
sort_by = Windows $1 $3 $2
category = app
[vscodium linux tar]
@ -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]