diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index 7857116..a91e74d 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -34,7 +34,7 @@ class ManjaroHello(): # Path vars self.current_folder = os.getcwd() + "/" - if os.path.exists("/usr/share/" + self.app + "/data/"): + if os.path.exists("/usr/share/" + self.app): self.data_path = "/usr/share/" + self.app + "/data/" self.locale_path = "/usr/share/locale/" else: