Add more info to the generated crash report

This commit is contained in:
Misode
2022-11-23 08:52:22 +01:00
parent b165d551e4
commit cd4ef6640a
2 changed files with 25 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ type Version = {
}
declare var __LATEST_VERSION__: string
const latestVersion = __LATEST_VERSION__ ?? ''
export const latestVersion = __LATEST_VERSION__ ?? ''
const mcmetaUrl = 'https://raw.githubusercontent.com/misode/mcmeta'
const mcmetaTarballUrl = 'https://github.com/misode/mcmeta/tarball'
const changesUrl = 'https://raw.githubusercontent.com/misode/technical-changes'