Fix error

merge-requests/64/head
Hugo Posnic 2016-12-18 12:15:52 +01:00
parent 522ae96ecc
commit 052531fd6b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class ManjaroHello():
# Path vars
if os.path.basename(sys.argv[0]) == self.app:
self.data_path = "/usr/share/" + self.app + "/data"/
self.data_path = "/usr/share/" + self.app + "/data/"
self.locale_path = "/usr/share/locale/"
self.ui_path = "/usr/share/" + self.app + "/ui/"
self.desktop_path = "/usr/share/applications/" + self.app + ".desktop"