hg/feature/sse2
kaetemi 11 years ago
parent 0d0907aa08
commit f3b6ab7052

@ -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\"" + InstallDirectory + "", \"user\", \"patch\", \"data\", \"examples\" \n")
cfg.write("\t\"" + InstallDirectory + "\", \"user\", \"patch\", \"data\", \"examples\" \n")
cfg.write("};\n")
printLog(log, "")

Loading…
Cancel
Save