mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge pull request #229 from ZenithalHourlyRate/new-apps-isoinfo
New apps isoinfo
This commit is contained in:
commit
3c7df30ca3
|
|
@ -790,3 +790,50 @@ platform = iosevka$2$4
|
|||
version = $5
|
||||
sort_by = $1 $4
|
||||
category = font
|
||||
|
||||
[auth-thu-win]
|
||||
distro = auth-thu
|
||||
listvers = 1
|
||||
location = github-release/z4yx/GoAuthing/*/*
|
||||
pattern = GoAuthing/(v[\d\.]+)/auth-thu\.win64\.exe
|
||||
platform = win64
|
||||
version = $1
|
||||
type = exe
|
||||
category = app
|
||||
|
||||
[auth-thu-linux]
|
||||
distro = auth-thu
|
||||
listvers = 1
|
||||
location = github-release/z4yx/GoAuthing/*/*
|
||||
pattern = GoAuthing/(v[\d\.]+)/auth-thu\.(linux\..+)
|
||||
platform = $2
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[auth-thu-macos]
|
||||
distro = auth-thu
|
||||
listvers = 1
|
||||
location = github-release/z4yx/GoAuthing/*/*
|
||||
pattern = GoAuthing/(v[\d\.]+)/auth-thu\.macos
|
||||
platform = $2
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[texstudio]
|
||||
distro = TeX 排版系统
|
||||
listvers = 1
|
||||
location = github-release/texstudio-org/texstudio/LatestRelease/*
|
||||
pattern = texstudio-([\d\.]+)-(.+)\.(\w+)
|
||||
platform = $2
|
||||
type = $3
|
||||
version = TeXstudio $1
|
||||
category = app
|
||||
|
||||
[stellarium]
|
||||
distro = Stellarium
|
||||
listvers = 1
|
||||
location = github-release/Stellarium/stellarium/LatestRelease/*
|
||||
pattern = (\w+)-([\d\.-]+)[\.-](tar\.gz|pdf|zip|win\d+\.exe|\w+\.AppImage)(?!.)
|
||||
version = $1 $2
|
||||
type = $3
|
||||
category = app
|
||||
|
|
|
|||
Loading…
Reference in New Issue