mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge branch 'Crystal-RainSlide-master'
This commit is contained in:
commit
9f2487a671
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue