mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix pyinstaller path
This commit is contained in:
parent
cf28d47ffc
commit
57f9c6bf2c
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||
|
||||
|
|
Loading…
Reference in a new issue