This commit is contained in:
Starystars67
2026-04-12 23:55:03 +01:00
parent aaf888f182
commit 2987de52ec
8 changed files with 31 additions and 25 deletions
+3 -3
View File
@@ -27,11 +27,11 @@ const heroImageSrc = ref(landingLq)
const installerDownloadUrl = computed(() => {
//const base = import.meta.env.BASE_URL || '/'
/*if (base === './') {
return '/installer/BeamMP_Installer.msi'
return '/installer/BeamMP_Installer.exe'
}
return `${base.replace(/\/$/, '')}/installer/BeamMP_Installer.msi`
return `${base.replace(/\/$/, '')}/installer/BeamMP_Installer.exe`
*/
return 'https://github.com/BeamMP/BeamMP-Launcher/releases/download/v2.8.0/BeamMP_Installer.msi'
return 'https://github.com/BeamMP/BeamMP-Launcher/releases/download/v2.8.0/BeamMP_Installer.exe'
})
onMounted(async () => {