mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-22 03:09:15 +01:00
Replace WiinnerTag with RiiTag
This commit is contained in:
parent
1fa611ac24
commit
65a0532967
@ -118,7 +118,7 @@ bool Wiinnertag::CreateExample(const string &filepath)
|
|||||||
xmlDoc.InsertEndChild(declaration);
|
xmlDoc.InsertEndChild(declaration);
|
||||||
|
|
||||||
XMLElement *Tag = xmlDoc.NewElement("Tag");
|
XMLElement *Tag = xmlDoc.NewElement("Tag");
|
||||||
Tag->SetAttribute("URL", "https://www.wiinnertag.com/wiinnertag_scripts/update_sign.php?key={KEY}&game_id={ID6}");
|
Tag->SetAttribute("URL", "https://tag.rc24.xyz/wii?game={ID6}&key={KEY}");
|
||||||
Tag->SetAttribute("Key", "1234567890");
|
Tag->SetAttribute("Key", "1234567890");
|
||||||
xmlDoc.InsertEndChild(Tag);
|
xmlDoc.InsertEndChild(Tag);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user