Update backtrace token (#20117)

This commit is contained in:
Michał Janiszewski 2023-05-01 23:03:30 +02:00 committed by GitHub
parent 87b0ccdf5e
commit 42fa4cb6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,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 L"d3de8c689ea81ff21e030f1afeea5e293c0be6bfaae6975cd353c23fe6948322"
# define BACKTRACE_TOKEN L"f36c9c90af1c5e56ca706e24cc73262f53b3e329d00532caa469d8bf2a7bc657"
using namespace OpenRCT2;