From 6ceb227f58c4d79bee53dbd80941e2f3602c488c Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 6 Mar 2005 00:22:56 +0000 Subject: [PATCH] - Made windows installer also install doc\technical\* --- Changes | 1 + src/win32/unrealinst.iss | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index e1117d0b7..9ba18b1f6 100644 --- a/Changes +++ b/Changes @@ -754,3 +754,4 @@ - Fixed +s/+p and +c/+S desynch issue during netmerge, reported by Ron2K (#0002391). - Fixed a bug where an unknown operflag would cause a crash. - Windows versions will now be compiled with zlib 1.2.2 and curl 7.13.1. +- Made windows installer also install doc\technical\* diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index 4148477d8..9ea498b91 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -60,6 +60,7 @@ Source: "..\..\help.conf"; DestDir: "{app}"; Flags: ignoreversion Source: "..\..\LICENSE"; DestDir: "{app}"; DestName: "LICENSE.txt"; Flags: ignoreversion Source: "..\..\Unreal.nfo"; DestDir: "{app}"; Flags: ignoreversion Source: "..\..\doc\*.*"; DestDir: "{app}\doc"; Flags: ignoreversion +Source: "..\..\doc\technical\*.*"; DestDir: "{app}\doc\technical"; Flags: ignoreversion Source: "..\..\aliases\*"; DestDir: "{app}\aliases"; Flags: ignoreversion Source: "..\..\networks\*"; DestDir: "{app}\networks"; Flags: ignoreversion Source: "..\..\unreal.exe"; DestDir: "{app}"; Flags: ignoreversion; MinVersion: 0,4.0