From c8ba2b4a1587f46b7af7f9bbe882dae9a8b38bd2 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 13 Mar 2023 10:56:35 +0100 Subject: [PATCH] Add scrcpy --- modules/Scrcpy.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Scrcpy.php diff --git a/modules/Scrcpy.php b/modules/Scrcpy.php new file mode 100644 index 0000000..615e8d7 --- /dev/null +++ b/modules/Scrcpy.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/Genymobile/scrcpy/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>