diff --git a/modules/DrawioDesktop.php b/modules/DrawioDesktop.php index 3bdf2ad..7050f07 100644 --- a/modules/DrawioDesktop.php +++ b/modules/DrawioDesktop.php @@ -7,7 +7,7 @@ class DrawioDesktop extends PatchBase { } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/jgraph/drawio-desktop/releases/latest')) - return $this->parse_json('name'); + return $this->parse_json('tag_name'); return false; } }