diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index 9f9e2da..4729fb2 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -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