Add refs to patch xml

This commit is contained in:
kaetemi 2014-02-07 18:30:55 +01:00
parent f9c9fbd0be
commit 01850f9b96

View file

@ -104,6 +104,8 @@ else:
cfg.write("\t\t\t<_Files type=\"STRING\" value=\"" + package[1][0] + "\"/>\n")
else:
cfg.write("\t\t\t<_Files type=\"STRING\" value=\"" + package[0] + ".bnp\"/>\n")
for ref in category["Refs"]:
cfg.write("\t\t\t<_Files type=\"STRING\" value=\"" + ref + "_.ref\"/>\n")
cfg.write("\t\t</_Category>\n")
cfg.write("\t</_Categories>\n")
else: