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
This commit is contained in:
deeplow 2022-12-26 13:02:36 +00:00
parent 84b8212e5d
commit 0ab9f42dd9
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -11,7 +11,9 @@ packages = ["dangerzone", "dangerzone.gui"]
setup( setup(
name="dangerzone", name="dangerzone",
version=version, 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, packages=packages,
options={ options={
"build_exe": { "build_exe": {