mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Remove dangerzone from macOS application list
This commit is contained in:
parent
f6370383d5
commit
2bfc3545ea
1 changed files with 2 additions and 1 deletions
|
@ -321,7 +321,8 @@ class Common(object):
|
|||
plist_data = f.read()
|
||||
plist_dict = plistlib.loads(plist_data)
|
||||
|
||||
pdf_viewers[plist_dict["CFBundleName"]] = bundle_identifier
|
||||
if plist_dict["CFBundleName"] != "Dangerzone":
|
||||
pdf_viewers[plist_dict["CFBundleName"]] = bundle_identifier
|
||||
|
||||
elif platform.system() == "Linux":
|
||||
# Find all .desktop files
|
||||
|
|
Loading…
Reference in a new issue