mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-09 22:58:54 +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";
|
||||
#else
|
||||
LOG_DEBUG(Common, "Unsupported platform for auto-update");
|
||||
return {};
|
||||
static constexpr const std::string prefix = "Eden";
|
||||
#endif
|
||||
|
||||
std::vector<std::string> suffixes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue