draw.io Desktop: fix json tag

This commit is contained in:
Steffen Lange 2021-05-16 15:10:57 +02:00
parent 7152649d17
commit 257fe0862b

View file

@ -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;
}
}