Skip to content

Commit

Permalink
Fixed issues with setup (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Mar 24, 2021
1 parent ca24c5b commit 521747f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InternetTest.Setup/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "InternetTest"
#define MyAppVersion "5.0.0.2103"
#define MyAppFullVersion "5.0.0.2103-rc1"
#define MyAppFullVersion "5.0.0.2103"
#define MyAppPublisher "Léo Corporation"
#define MyAppURL "https://leocorp.fr/"
#define MyAppExeName "InternetTest.exe"
Expand All @@ -15,6 +15,7 @@ AppId={{7D2078FD-4F5D-4B05-A5DD-826D67EABA6F}}
AppName={#MyAppName}
AppVersion={#MyAppFullVersion}
VersionInfoVersion={#MyAppVersion}
UninstallDisplayIcon={app}\{#MyAppExeName}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
Expand Down

0 comments on commit 521747f

Please sign in to comment.