Fix pyinstaller path

This commit is contained in:
Micah Lee 2021-06-29 16:53:58 -07:00
parent cf28d47ffc
commit 57f9c6bf2c
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -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")]