Skip to content

Commit 263c93f

Browse files
committed
Installer: correct window title name
1 parent 558a48f commit 263c93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Installer/RMG.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AppId={{AD31B3C7-8374-43D0-9C6C-81A01BE4822B}
2323
AppName={#MyAppName}
2424
AppVersion={#MyAppVer}
25-
;AppVerName={#MyAppName} {#MyAppVersion}
25+
AppVerName={#MyAppName} {#MyAppVersion}
2626
AppPublisher={#MyAppPublisher}
2727
AppPublisherURL={#MyAppURL}
2828
AppSupportURL={#MyAppURL}

0 commit comments

Comments
 (0)