Skip to content

Commit

Permalink
Add missing path
Browse files Browse the repository at this point in the history
CURA-11483
  • Loading branch information
casperlamboo committed Feb 5, 2024
1 parent 009de67 commit bc0d66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UM/Application.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit bc0d66a

Please sign in to comment.