mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
Fix FreeBSD and others
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
8c73710fbe
commit
564d338c35
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ std::vector<Asset> Release::GetAssets() const {
|
||||||
static constexpr const std::string prefix = "Eden-Android";
|
static constexpr const std::string prefix = "Eden-Android";
|
||||||
#else
|
#else
|
||||||
LOG_DEBUG(Common, "Unsupported platform for auto-update");
|
LOG_DEBUG(Common, "Unsupported platform for auto-update");
|
||||||
return {};
|
static constexpr const std::string prefix = "Eden";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::vector<std::string> suffixes;
|
std::vector<std::string> suffixes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue