mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
link to new AllPrintings file (#3851)
This commit is contained in:
parent
b187fb52e0
commit
eadcdc6f7c
1 changed files with 4 additions and 4 deletions
|
|
@ -37,14 +37,14 @@
|
||||||
#define ZIP_SIGNATURE "PK"
|
#define ZIP_SIGNATURE "PK"
|
||||||
// Xz stream header: 0xFD + "7zXZ"
|
// Xz stream header: 0xFD + "7zXZ"
|
||||||
#define XZ_SIGNATURE "\xFD\x37\x7A\x58\x5A"
|
#define XZ_SIGNATURE "\xFD\x37\x7A\x58\x5A"
|
||||||
#define ALLSETS_URL_FALLBACK "https://mtgjson.com/json/AllSets.json"
|
#define ALLSETS_URL_FALLBACK "https://www.mtgjson.com/files/AllPrintings.json"
|
||||||
|
|
||||||
#ifdef HAS_LZMA
|
#ifdef HAS_LZMA
|
||||||
#define ALLSETS_URL "https://mtgjson.com/json/AllSets.json.xz"
|
#define ALLSETS_URL "https://www.mtgjson.com/files/AllPrintings.json.xz"
|
||||||
#elif defined(HAS_ZLIB)
|
#elif defined(HAS_ZLIB)
|
||||||
#define ALLSETS_URL "https://mtgjson.com/json/AllSets.json.zip"
|
#define ALLSETS_URL "https://www.mtgjson.com/files/AllPrintings.json.zip"
|
||||||
#else
|
#else
|
||||||
#define ALLSETS_URL "https://mtgjson.com/json/AllSets.json"
|
#define ALLSETS_URL "https://www.mtgjson.com/files/AllPrintings.json"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TOKENS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml"
|
#define TOKENS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue