You've already forked AstralRinth
forked from didirus/AstralRinth
Fix updater and update available notify in launcher
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user