mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-29 02:33:48 +00:00
Fix FreeBSD and others
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
34908e8422
commit
4fa7398c3e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue