1 diff --git a/sonota.py b/sonota.py
2 index f67128b..9f2752e 100644
5 @@ -475,14 +475,7 @@ def promptforval(msg):
8 def resource_path(relative_path):
9 - """ Get absolute path to resource, works for dev and for PyInstaller """
11 - # PyInstaller creates a temp folder and stores path in _MEIPASS
12 - base_path = sys._MEIPASS
14 - base_path = os.path.dirname(sys.argv[0])
16 - return os.path.join(base_path, relative_path)
17 + return os.path.join("@out@/share/sonota", relative_path)
20 # Make sure all of the binary files that are needed are there