From 10c10661352a58978731ab958d7fddb0a0ae60d4 Mon Sep 17 00:00:00 2001 From: didirus4 Date: Sat, 28 Dec 2024 20:14:39 +0300 Subject: [PATCH] Fix updater --- apps/app-frontend/src/helpers/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app-frontend/src/helpers/update.js b/apps/app-frontend/src/helpers/update.js index 19750e5c..f12afc42 100644 --- a/apps/app-frontend/src/helpers/update.js +++ b/apps/app-frontend/src/helpers/update.js @@ -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:`]