Generate correct client.cfg data path for dev client
This commit is contained in:
parent
719a316acd
commit
f223a551ad
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if not os.path.isfile(ClientDevDirectory + "/client.cfg"):
|
|||
cfg = open(ClientDevDirectory + "/client.cfg", "w")
|
||||
cfg.write("RootConfigFilename = \"client_default.cfg\";\n")
|
||||
cfg.write("PreDataPath = {\n")
|
||||
cfg.write("\t\"W:/install\", \"user\", \"patch\", \"data\", \"examples\" \n")
|
||||
cfg.write("\t\"" + InstallDirectory + "", \"user\", \"patch\", \"data\", \"examples\" \n")
|
||||
cfg.write("};\n")
|
||||
printLog(log, "")
|
||||
|
||||
|
|
Loading…
Reference in a new issue