Skip to content

Commit 2994b5f

Browse files
committed
[FIX] Innosetup shows application name
1 parent 03c3fa0 commit 2994b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows-installer/inno-setup-smimesign-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AppPublisher={#MyAppPublisher}
2828
AppPublisherURL={#MyAppURL}
2929
AppSupportURL={#MyAppURL}
3030
AppUpdatesURL={#MyAppURL}
31-
AppVerName={#MyBareGitVersion}
31+
AppVerName={#MyAppName} {#MyBareGitVersion}
3232
ArchitecturesInstallIn64BitMode=x64
3333
ChangesEnvironment=yes
3434
Compression=lzma

0 commit comments

Comments
 (0)