1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Update backtrace token for upcoming v0.4.18 release

This commit is contained in:
Michał Janiszewski
2025-01-05 18:16:21 +01:00
committed by GitHub
parent bbbfec0b57
commit 45e7c6e705

View File

@@ -57,7 +57,7 @@ static const wchar_t* _wszCommitSha1Short = WSZ("");
static const wchar_t* _wszArchitecture = WSZ(OPENRCT2_ARCHITECTURE);
static std::map<std::wstring, std::wstring> _uploadFiles;
#define BACKTRACE_TOKEN "024ed66e0e296ab22777d1292e1d945d78584f350c92fc76c2af843a7db002c9"
#define BACKTRACE_TOKEN "164d73675f52d093fe24de22fa205b2f30cf8cfc1ed1c6f043df301b59e16d1d"
using namespace OpenRCT2;