draw.io Desktop: fix json tag
This commit is contained in:
parent
7152649d17
commit
257fe0862b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class DrawioDesktop extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch_json('https://api.github.com/repos/jgraph/drawio-desktop/releases/latest'))
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue