Add refs to patch xml
This commit is contained in:
parent
f9c9fbd0be
commit
01850f9b96
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue