1 Commits

Author SHA1 Message Date
Starystars67 0322221529 Move back to local served installer 2026-04-13 09:52:01 +01:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "beammp-website", "name": "beammp-website",
"private": true, "private": true,
"version": "2.4.16", "version": "2.4.17",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+4 -4
View File
@@ -25,13 +25,13 @@ const isLoading = ref(true)
const heroImageLoaded = ref(false) const heroImageLoaded = ref(false)
const heroImageSrc = ref(landingLq) const heroImageSrc = ref(landingLq)
const installerDownloadUrl = computed(() => { const installerDownloadUrl = computed(() => {
//const base = import.meta.env.BASE_URL || '/' const base = import.meta.env.BASE_URL || '/'
/*if (base === './') { if (base === './') {
return '/installer/BeamMP_Installer.exe' return '/installer/BeamMP_Installer.exe'
} }
return `${base.replace(/\/$/, '')}/installer/BeamMP_Installer.exe` return `${base.replace(/\/$/, '')}/installer/BeamMP_Installer.exe`
*/
return 'https://github.com/BeamMP/BeamMP-Launcher/releases/download/v2.8.0/BeamMP_Installer.exe' //return 'https://github.com/BeamMP/BeamMP-Launcher/releases/download/v2.8.0/BeamMP_Installer.exe'
}) })
onMounted(async () => { onMounted(async () => {