mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
genisoinfo: fix vscodium win32, AppImage, reh
This commit is contained in:
parent
f05bc3d3c3
commit
d52fff4ff2
|
|
@ -727,10 +727,10 @@ location = github-release/VSCodium/vscodium/LatestRelease/*
|
|||
# VSCodium[Setup|UserSetup]-[arch]-[version].exe
|
||||
pattern = VSCodium((?:User)?Setup)-(\w+)-([\d\.]+)\.exe(?!.)
|
||||
platform = win32
|
||||
type = $1 $2
|
||||
type = exe-$1 $2
|
||||
version = $3
|
||||
# win32 exe [Setup|UserSetup] [arch]
|
||||
sort_by = win32 exe $1 $2
|
||||
# win32 exe-[Setup|UserSetup] [arch]
|
||||
sort_by = win32 exe-$1 $2
|
||||
category = app
|
||||
|
||||
[vscodium win32 msi]
|
||||
|
|
@ -738,12 +738,12 @@ distro = VS Codium
|
|||
listvers = 10
|
||||
location = github-release/VSCodium/vscodium/LatestRelease/*
|
||||
# VSCodium-[arch][-updates-disabled]-[version].msi
|
||||
pattern = VSCodium-(\w+)-?(updates-disabled|)-([\d\.]+)\.msi(?!.)
|
||||
pattern = VSCodium-(\w+)(-updates-disabled|)-([\d\.]+)\.msi(?!.)
|
||||
platform = win32
|
||||
type = $2 $1
|
||||
type = msi$2 $1
|
||||
version = $3
|
||||
# win32 msi [updates-disabled] [arch]
|
||||
sort_by = win32 msi $2 $1
|
||||
# win32 msi[-updates-disabled] [arch]
|
||||
sort_by = win32 msi$2 $1
|
||||
category = app
|
||||
|
||||
[vscodium linux appimage]
|
||||
|
|
@ -751,7 +751,7 @@ distro = VS Codium
|
|||
listvers = 5
|
||||
location = github-release/VSCodium/vscodium/LatestRelease/*
|
||||
# VSCodium-[version].glibc2.17-[arch].[AppImage|AppImage.zsync]
|
||||
pattern = VSCodium-([\d\.]+)\.glibc[\d\.]+-(\w+)-\.(AppImage\.zsync)(?!.)
|
||||
pattern = VSCodium-([\d\.]+)\.glibc[\d\.]+-(\w+)\.(AppImage(?:\.zsync)?)(?!.)
|
||||
platform = linux
|
||||
type = $3 $2
|
||||
version = $1
|
||||
|
|
@ -816,7 +816,7 @@ distro = VS Codium
|
|||
listvers = 10
|
||||
location = github-release/VSCodium/vscodium/LatestRelease/*
|
||||
# vscodium-reh-[os]-[arch]-[version].tar.gz
|
||||
pattern = VSCodium-reh-(\w+)-(\w+)-([\d\.]+)\.tar\.gz(?!.)
|
||||
pattern = vscodium-reh-(\w+)-(\w+)-([\d\.]+)\.tar\.gz(?!.)
|
||||
platform = Remote Extension Host
|
||||
type = $1 $2
|
||||
version = $3
|
||||
|
|
|
|||
Loading…
Reference in New Issue