From 592d3cbc490395173154b37e496b66bef702954e Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 31 May 2021 09:39:08 +0200 Subject: [PATCH] Add peach-dyndns-updater to list of packages to build --- peach_package_builder/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/peach_package_builder/constants.py b/peach_package_builder/constants.py index e822feb..f1dabf7 100644 --- a/peach_package_builder/constants.py +++ b/peach_package_builder/constants.py @@ -29,5 +29,6 @@ SERVICES = [ {"name": "peach-oled", "repo_url": "https://github.com/peachcloud/peach-oled.git"}, {"name": "peach-stats", "repo_url": "https://github.com/peachcloud/peach-stats.git"}, {"name": "peach-probe", "repo_url": "https://github.com/peachcloud/peach-probe.git"}, + {"name": "peach-dyndns-updater", "repo_url": "https://github.com/peachcloud/peach-dyndns-updater.git"}, # {"name": "peach-web", "repo_url": "https://github.com/peachcloud/peach-web.git"}, # currently build fails because it needs rust nightly for pear ] \ No newline at end of file