Typo fix?

This commit is contained in:
2024-12-27 21:39:07 +03:00
parent 30683432b1
commit 1eabf2b517

View File

@@ -2,7 +2,6 @@ import { ref } from 'vue'
import { getVersion } from '@tauri-apps/api/app'
import { getArtifact, getOS } from '@/helpers/utils.js'
const version = await getVersion()
export const allowState = ref(false)
export const installState = ref(false)
@@ -12,6 +11,7 @@ export const latestBetaCommitLink = ref('')
export const launcherUrl = 'https://www.astralium.su/get/ar'
const os = ref('')
const version = 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:`]