diff --git a/src/86box.c b/src/86box.c index 1d4e527c8..4bf73790e 100644 --- a/src/86box.c +++ b/src/86box.c @@ -1048,11 +1048,13 @@ usage: asset_add_path(temp); } #elif !defined(_WIN32) - // Add the standard asset path within the AppImage. + // Add the standard asset paths within the AppImage. p = getenv("APPDIR"); if (p && (p[0] != '\0')) { path_append_filename(temp, p, "usr/local/share/" EMU_NAME "/assets"); asset_add_path(temp); + path_append_filename(temp, p, "usr/share/" EMU_NAME "/assets"); + asset_add_path(temp); } #endif