Skip to content

Commit d77ff28

Browse files
authored
Add metadata to suppress SmartScreen on Windows (#505)
* Add VersionInfoVersion as mentioned in #499 * Add AppCopyright * Update installer-Windows.iss.in
1 parent f7cef6d commit d77ff28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/windows/resources/installer-Windows.iss.in

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Windows-Installer
2020
Compression=lzma
2121
SolidCompression=yes
2222
DirExistsWarning=no
23+
VersionInfoVersion={#MyAppVersion}
24+
AppCopyright=Copyright (C) 2023 {#MyAppPublisher}
2325

2426
[Languages]
2527
Name: "english"; MessagesFile: "compiler:Default.isl"

0 commit comments

Comments
 (0)