Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Dec 20, 2024
1 parent a45f206 commit 81af67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nagstamon/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ def __init__(self, **kwds):
if os.path.exists(os.path.normcase(os.sep.join((executable_dir, "resources")))):
RESOURCES = os.path.normcase(os.sep.join((executable_dir, "resources")))
else:
RESOURCES = resources.files("Nagstamon").joinpath("resources")
RESOURCES = str(resources.files("Nagstamon").joinpath("resources"))

except Exception as err:
# get resources directory from current directory - only if not being set before
Expand Down

0 comments on commit 81af67b

Please sign in to comment.