Skip to content

Commit

Permalink
Fix: Make Windows installer always overwrite (openTK not always updated)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
leezer3 committed Jul 23, 2017
1 parent 29ac795 commit 7565f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers/windows/openbve.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "openBVE"
#define MyAppVersion "1.5.0.9"
#define MyAppVersion "1.5.1.5"
#define MyAppPublisher "Christopher Lees"
#define MyAppURL "http://www.openbve-project.net"
#define MyAppExeName "OpenBve.exe"
Expand Down Expand Up @@ -62,7 +62,7 @@ Name: "desktopicon2"; Description: "Create a desktop shortcut to the openBVE Add

[Files]
;Open BVE Main Folder.
Source: "..\..\bin_release\*"; DestDir: "{app}"; Flags: recursesubdirs
Source: "..\..\bin_release\*"; DestDir: "{app}"; Flags: recursesubdirs ignoreversion
;Custom Config File
Source: "InstallerData\filesystem.cfg"; DestDir: "{app}\UserData\Settings\";
;MS .NET 4.0 Full Web Installer.
Expand Down

0 comments on commit 7565f74

Please sign in to comment.