Include build output in dev shard at lower prio

ryzomclassic-develop
kaetemi 3 years ago
parent e9080405fc
commit 378bef8db3
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -60,6 +60,9 @@ cfg.write(" \"" + DataCommonDirectory + "\",\n")
cfg.write(" \"" + DataShardDirectory + "\",\n")
cfg.write(" \"" + LeveldesignDirectory + "\",\n")
cfg.write(" \"" + WorldEditorFilesDirectory + "\",\n")
for dir in InstallShardDataDirectories:
mkPath(log, ShardInstallDirectory + "/" + dir)
cfg.write(" \"" + ShardInstallDirectory + "/" + dir + "\",\n")
for multiDir in InstallShardDataMultiDirectories:
dstDir = multiDir[0]
mkPath(log, ShardInstallDirectory + "/" + dstDir)

Loading…
Cancel
Save