diff --git a/install/pyinstaller/pyinstaller.spec b/install/pyinstaller/pyinstaller.spec index 8c5b8e1..0207c32 100644 --- a/install/pyinstaller/pyinstaller.spec +++ b/install/pyinstaller/pyinstaller.spec @@ -17,7 +17,7 @@ with open(os.path.join(root, "share", "version.txt")) as f: print("Dangerzone version: {}".format(version)) if p == "Darwin": - datas = [("../../share", "share"), ("../macos/../macos/document.icns", ".")] + datas = [("../../share", "share"), ("../macos/document.icns", ".")] else: datas = [("../../share", "share")]