diff --git a/modules/DrawioDesktop.php b/modules/DrawioDesktop.php new file mode 100644 index 0000000..3bdf2ad --- /dev/null +++ b/modules/DrawioDesktop.php @@ -0,0 +1,15 @@ +patch->setBranch('Desktop'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/jgraph/drawio-desktop/releases/latest')) + return $this->parse_json('name'); + return false; + } +} + +?>