mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Add one more AppImage asset path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user