diff --git a/UM/Application.py b/UM/Application.py index b34aff327..20189436e 100644 --- a/UM/Application.py +++ b/UM/Application.py @@ -183,6 +183,7 @@ def initialize(self) -> None: Resources.addSecureSearchPath(os.path.join(os.path.dirname(sys.executable), "resources")) Resources.addSecureSearchPath(os.path.join(self._app_install_dir, "share", "uranium", "resources")) Resources.addSecureSearchPath(os.path.join(self._app_install_dir, "Resources", "uranium", "resources")) + Resources.addSecureSearchPath(os.path.join(self._app_install_dir, "Resources", "share", "uranium", "resources")) Resources.addSecureSearchPath(os.path.join(self._app_install_dir, "Resources", self._app_name, "resources")) if not hasattr(sys, "frozen"):