From fe69a3ff835748bb9bf977db3a15d166ff61f968 Mon Sep 17 00:00:00 2001 From: sitton76 <58642183+sitton76@users.noreply.github.com> Date: Tue, 6 May 2025 16:18:19 -0500 Subject: [PATCH] Attempted appimage load fix (#195) --- src/port/Engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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();