fix for packed images

This commit is contained in:
2026-06-28 13:31:50 -07:00
parent b5de8709de
commit 2708c78f8e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ def resource_path(relative_path):
# PyInstaller bundle path
base_path = sys._MEIPASS
else:
base_path = os.path.dirname(os.path.abspath(__file__))
base_path = os.path.abspath(".")
return os.path.join(base_path, relative_path)