diff --git a/modules/Duplicacy.php b/modules/Duplicacy.php new file mode 100644 index 0000000..ba2e921 --- /dev/null +++ b/modules/Duplicacy.php @@ -0,0 +1,15 @@ +patch->setBranch('CLI'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/gilbertchen/duplicacy/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>