From 0ab9f42dd9bb20b08f133da3a66bbe1871760ab2 Mon Sep 17 00:00:00 2001 From: deeplow Date: Mon, 26 Dec 2022 13:02:36 +0000 Subject: [PATCH] Windows: fix "Open with" dialog showing dz description The "open with" dialog on windows was showing the description of Dangerzone instead of its app name. The issue was that on windows it shows the description there. Fixes #283 --- setup-windows.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-windows.py b/setup-windows.py index 98912b8..3d77f47 100644 --- a/setup-windows.py +++ b/setup-windows.py @@ -11,7 +11,9 @@ packages = ["dangerzone", "dangerzone.gui"] setup( name="dangerzone", version=version, - description="Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF", + # On Windows description will show as the app's name in the "Open With" menu. See: + # https://github.com/freedomofpress/dangerzone/issues/283#issuecomment-1365148805 + description="Dangerzone", packages=packages, options={ "build_exe": {