mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-05-19 08:00:30 +00:00
2.4.16
This commit is contained in:
+3
-3
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user