mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 02:26:38 +02:00
- Made windows installer also install doc\technical\*
This commit is contained in:
@@ -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\*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user