Fix FreeBSD and others

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2026-04-09 01:17:34 -04:00
parent 8c73710fbe
commit 564d338c35
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6

View file

@ -33,7 +33,7 @@ std::vector<Asset> 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<std::string> suffixes;