From 564d338c354907e6011a8c81402535702f381e1a Mon Sep 17 00:00:00 2001 From: crueter Date: Thu, 9 Apr 2026 01:17:34 -0400 Subject: [PATCH] Fix FreeBSD and others Signed-off-by: crueter --- src/common/net/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/net/net.cpp b/src/common/net/net.cpp index 39d557332b..acfc043b31 100644 --- a/src/common/net/net.cpp +++ b/src/common/net/net.cpp @@ -33,7 +33,7 @@ std::vector Release::GetAssets() const { static constexpr const std::string prefix = "Eden-Android"; #else LOG_DEBUG(Common, "Unsupported platform for auto-update"); - return {}; + static constexpr const std::string prefix = "Eden"; #endif std::vector suffixes;