We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cef6d commit d77ff28Copy full SHA for d77ff28
cmake/windows/resources/installer-Windows.iss.in
@@ -20,6 +20,8 @@ OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Windows-Installer
20
Compression=lzma
21
SolidCompression=yes
22
DirExistsWarning=no
23
+VersionInfoVersion={#MyAppVersion}
24
+AppCopyright=Copyright (C) 2023 {#MyAppPublisher}
25
26
[Languages]
27
Name: "english"; MessagesFile: "compiler:Default.isl"
0 commit comments