Fixed amb306 - GeoIP.dat wasn't packaged
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40824
This commit is contained in:
parent
bee6b715b9
commit
98374f2ce6
BIN
configs/geoip/GeoIP.dat
Normal file
BIN
configs/geoip/GeoIP.dat
Normal file
Binary file not shown.
Binary file not shown.
@ -29,18 +29,19 @@ namespace builder
|
||||
*/
|
||||
public override string [] GetFolders()
|
||||
{
|
||||
string [] folders = new string[10];
|
||||
string [] folders = new string[11];
|
||||
|
||||
folders[0] = "bin";
|
||||
folders[1] = "plugins/disabled";
|
||||
folders[2] = "configs/gamedata";
|
||||
folders[3] = "translations";
|
||||
folders[4] = "logs";
|
||||
folders[5] = "extensions";
|
||||
folders[6] = "scripting/include";
|
||||
folders[3] = "configs/geoip";
|
||||
folders[4] = "translations";
|
||||
folders[5] = "logs";
|
||||
folders[6] = "extensions";
|
||||
folders[7] = "data";
|
||||
folders[8] = "scripting/admin-flatfile";
|
||||
folders[9] = "scripting/testsuite";
|
||||
folders[8] = "scripting/include";
|
||||
folders[9] = "scripting/admin-flatfile";
|
||||
folders[10] = "scripting/testsuite";
|
||||
|
||||
return folders;
|
||||
}
|
||||
@ -59,6 +60,7 @@ namespace builder
|
||||
{
|
||||
builder.CopyFolder(this, "configs", "configs", null);
|
||||
builder.CopyFolder(this, "configs/gamedata", "configs/gamedata", null);
|
||||
builder.CopyFolder(this, "configs/geoip", "configs/geoip", null);
|
||||
|
||||
string [] plugin_omits = new string[1];
|
||||
plugin_omits[0] = "spcomp.exe";
|
||||
|
Loading…
Reference in New Issue
Block a user