diff options
| author | sitton76 <58642183+sitton76@users.noreply.github.com> | 2025-05-06 16:18:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 18:18:19 -0300 |
| commit | fe69a3ff835748bb9bf977db3a15d166ff61f968 (patch) | |
| tree | 2c7c04bb798b870e7dc852603476f14df7f2b10a | |
| parent | 6353f248bccc60de93bcb4edb788aae97798abac (diff) | |
Attempted appimage load fix (#195)
| -rw-r--r-- | src/port/Engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 519a00d0..3ebf88f3 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -70,7 +70,7 @@ GameEngine::GameEngine() { std::vector<std::string> archiveFiles; const std::string main_path = Ship::Context::GetPathRelativeToAppDirectory("sf64.o2r"); - const std::string assets_path = Ship::Context::GetPathRelativeToAppDirectory("starship.o2r"); + const std::string assets_path = Ship::Context::GetPathRelativeToAppBundle("starship.o2r"); #ifdef _WIN32 AllocConsole(); |
