Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazrius committed Aug 16, 2020
1 parent d34de3c commit e414b4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
#include "scripts\products\dotnetfx35sp1.iss"

#define MyAppSetupName 'Freelancer Mod Studio'
#define MyAppVersion '1.3'
#define MyAppVersion '1.3.1.0'

[Setup]
AppName={#MyAppSetupName}
AppVersion={#MyAppVersion}
AppVerName={#MyAppSetupName} {#MyAppVersion}
AppCopyright=Copyright © stfx 2009-2013
AppCopyright=Copyright © stfx 2009-2013, Freelancer Aftermath 2019-2020
VersionInfoVersion={#MyAppVersion}
VersionInfoCompany=stfx
AppPublisher=stfx
VersionInfoCompany=Freelancer Aftermath
AppPublisher=Freelancer Aftermath
AppPublisherURL=https://github.com/AftermathFreelancer/FLModStudio
AppUpdatesURL=https://raw.githubusercontent.com/AftermathFreelancer/FLModStudio/master/updates.txt
OutputBaseFilename=FreelancerModStudio-{#MyAppVersion}
Expand Down Expand Up @@ -150,6 +150,7 @@ Source: "..\FreelancerModStudio\bin\Release\System.Xml.XmlSerializer.dll"; DestD
Source: "..\FreelancerModStudio\bin\Release\System.Xml.XPath.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\FreelancerModStudio\bin\Release\System.Xml.XPath.XDocument.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\FreelancerModStudio\bin\Release\WeifenLuo.WinFormsUI.Docking.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\FreelancerModStudio\bin\Release\WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\FreelancerModStudio\bin\Release\de\FreelancerModStudio.resources.dll"; DestDir: "{app}\de"; Flags: ignoreversion
Source: "..\FreelancerModStudio\bin\Release\Template.xml"; DestDir: "{app}"; Flags: ignoreversion
Source: "src\Settings_en.xml"; DestName: "FreelancerModStudio.xml"; DestDir: "{userappdata}\Freelancer Mod Studio"; Languages: en; Flags: onlyifdoesntexist
Expand Down

0 comments on commit e414b4c

Please sign in to comment.