diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-07-09 11:27:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 11:27:25 +0200 |
| commit | 3d3baddf6a85cab368fd5c09a6ca5ae6d912f5c4 (patch) | |
| tree | fa3e8bc20e593410d0eba3eb065548aac09f14d7 | |
| parent | 71e09496c27e1742ce4d7eaa3d4333f1a20f252e (diff) | |
| parent | 71829b82591845db6238c4ade45927a7fa77797e (diff) | |
Merge pull request #2417 from Rotzbua/update_installer_description
fix(installer): update description
| -rwxr-xr-x | installer_scripts/template.iss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/installer_scripts/template.iss b/installer_scripts/template.iss index 2ec24d92..0dc18041 100755 --- a/installer_scripts/template.iss +++ b/installer_scripts/template.iss @@ -1,7 +1,8 @@ #define PROGRAMNAME "Ink/Stitch"
;inkstitch-version
#define AppId "org.inkstitch.app"
-#define MyAppPublisher "Inkstitch Open Source Community"
+#define AppDescription "InkStitch: an Inkscape extension for machine embroidery design."
+#define AppPublisher "InkStitch Open Source Community"
#define URL "https://inkstitch.org/"
;inkstitch-year
#define PATHTODIST "..\dist"
@@ -30,7 +31,7 @@ Compression=lzma SolidCompression=yes
VersionInfoCompany={#URL}
VersionInfoCopyright=Copyright (C) {#COPYRIGHT}
-VersionInfoDescription=An open-source machine embroidery design platform based on Inkscape.
+VersionInfoDescription={#AppDescription}
VersionInfoTextVersion={#VERSION}
VersionInfoVersion=1.0
WizardStyle=modern
|
