diff options
Diffstat (limited to 'installer_scripts/template.iss')
| -rwxr-xr-x | installer_scripts/template.iss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/installer_scripts/template.iss b/installer_scripts/template.iss index 2ec24d92..99ae6d33 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"
@@ -22,15 +23,15 @@ AppUpdatesURL={#URL} DefaultDirName={userappdata}\inkscape\extensions\
DefaultGroupName={#PROGRAMNAME}
; Remove the following line to run in administrative install mode (install for all users.)
-ArchitecturesAllowed=x64 x86 arm64
PrivilegesRequired=lowest
OutputBaseFilename=inkstitch
+;arch-allowed
OutputDir=.
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
|
