From 775c6a770a6ae62ddedf4e5ade4005dd46238b07 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Thu, 3 Aug 2023 16:29:42 -0400 Subject: [PATCH] #2045 Make Description Less Useless --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index e48f299c..4ee99758 100644 --- a/build.py +++ b/build.py @@ -143,7 +143,8 @@ def build() -> None: ) version_info: dict = { - "description": "Downloads commodity market and other station data from the game" + "description": "Elite Dangerous Market Connector (EDMC)", + "comments": "Downloads commodity market and other station data from the game" " Elite Dangerous for use with all popular online and offline trading tools.", "company_name": "EDCD", # Used by WinSparkle "product_name": appname, # Used by WinSparkle