mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +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);
|
||||
|
||||
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");
|
||||
xmlDoc.InsertEndChild(Tag);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user