mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
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:
parent
84b8212e5d
commit
0ab9f42dd9
1 changed files with 3 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue