mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 19:11:25 -07:00
Correct Generated JSON for UPlay Games Fixes #27
- Correctts the invalid comma in the generated JSON for games that utilize the UPlay unlocker.
This commit is contained in:
@@ -68,10 +68,10 @@ internal static class UplayR1
|
|||||||
false);
|
false);
|
||||||
}
|
}
|
||||||
|
|
||||||
writer.WriteLine(" ],");
|
writer.WriteLine(" ]");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
writer.WriteLine(" \"blacklist\": [],");
|
writer.WriteLine(" \"blacklist\": []");
|
||||||
|
|
||||||
writer.WriteLine("}");
|
writer.WriteLine("}");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -72,10 +72,10 @@ internal static class UplayR2
|
|||||||
false);
|
false);
|
||||||
}
|
}
|
||||||
|
|
||||||
writer.WriteLine(" ],");
|
writer.WriteLine(" ]");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
writer.WriteLine(" \"blacklist\": [],");
|
writer.WriteLine(" \"blacklist\": []");
|
||||||
|
|
||||||
writer.WriteLine("}");
|
writer.WriteLine("}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user