diff --git a/securedrop_client/app.py b/securedrop_client/app.py index 63ad9a1cf..f87649061 100644 --- a/securedrop_client/app.py +++ b/securedrop_client/app.py @@ -45,7 +45,7 @@ DEFAULT_LANGUAGE = LanguageCode("en") DEFAULT_SDC_HOME = "~/.securedrop_client" -DESKTOP_FILE_NAME = "org.freedomofthepress.securedrop.client" +DESKTOP_FILE_NAME = "press.freedom.SecureDropClient.desktop" ENCODING = "utf-8" GETTEXT_DOMAIN = "messages" LOGLEVEL = os.environ.get("LOGLEVEL", "info").upper()