diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index ab82b96..6656385 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -1127,3 +1127,27 @@ location = github-release/dbeaver/dbeaver/LatestRelease/* pattern = github-release/dbeaver/dbeaver/LatestRelease/(.*)-(\d+\.\d+\.\d+)-(.+)\.(tar\.gz|rpm|zip|dmg) version = $1 $2 platform = $3 + +[atom-windows] +distro = Atom +category = app +location = github-release/atom/atom/LatestRelease/* +pattern = github-release/atom/atom/LatestRelease/AtomSetup-?(x64)?.exe +version = Atom $1 +platform = Windows + +[atom-mac] +distro = Atom +category = app +location = github-release/atom/atom/LatestRelease/* +pattern = github-release/atom/atom/LatestRelease/atom-mac.zip +version = Atom +platform = Mac + +[atom-linux] +distro = Atom +category = app +location = github-release/atom/atom/LatestRelease/* +pattern = github-release/atom/atom/LatestRelease/atom[-\.](.*).(deb|rpm|tar\.gz) +version = Atom $1 +platform = $2