Fix updater

This commit is contained in:
2024-12-28 20:14:39 +03:00
parent 65c2aa075b
commit 10c1066135

View File

@@ -11,7 +11,7 @@ export const latestBetaCommitLink = ref('')
export const launcherUrl = 'https://www.astralium.su/get/ar'
const os = ref('')
const version = getVersion()
const version = await getVersion()
const releaseLink = `https://api.github.com/repos/DIDIRUS4/AstralRinth/releases/latest`
const branchesLink = `https://api.github.com/repos/DIDIRUS4/AstralRinth/branches`
const failedFetch = [`Failed to fetch remote releases:`, `Failed to fetch remote commits:`]