mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-13 04:58:58 +02:00
Fix(?) other platforms
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
dec810acfa
commit
c22351a4e8
3 changed files with 4 additions and 2 deletions
|
|
@ -33,6 +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 {};
|
||||
#endif
|
||||
|
||||
std::vector<std::string> suffixes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue