Skip to content

Commit

Permalink
Merge pull request openscad#5392 from openscad/fix-appimage
Browse files Browse the repository at this point in the history
Add lookup for resource path used in AppImages.
  • Loading branch information
t-paul authored Oct 26, 2024
2 parents d8cdc56 + 1db6fdb commit 0ab2ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/PlatformUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static std::string lookupResourcesPath()
const char *searchpath[] = {
RESOURCE_FOLDER("../share/openscad"),
RESOURCE_FOLDER("../../share/openscad"),
"usr/share/openscad", // AppImage, no build suffix
".",
"..",
"../..",
Expand Down

0 comments on commit 0ab2ba2

Please sign in to comment.