Fix updater and update available notify in launcher

This commit is contained in:
2024-12-27 21:32:17 +03:00
parent 77573bd48b
commit 30683432b1
2 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
import { ref } from 'vue'
import { version } from '../../package.json'
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)
export const updateState = ref(false)