deperation....

This commit is contained in:
Starystars67
2026-04-02 03:35:42 +01:00
parent 842e229e55
commit 052da9316c
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@@ -103,7 +103,7 @@ dist
# TernJS port file
.tern-port
*.exe
#*.zip
*.zip
# Logs
frontend/logs

View File

@@ -25,11 +25,13 @@ const isLoading = ref(true)
const heroImageLoaded = ref(false)
const heroImageSrc = ref(landingLq)
const installerDownloadUrl = computed(() => {
const base = import.meta.env.BASE_URL || '/'
if (base === './') {
//const base = import.meta.env.BASE_URL || '/'
/*if (base === './') {
return '/installer/BeamMP_Installer.msi'
}
return `${base.replace(/\/$/, '')}/installer/BeamMP_Installer.msi`
*/
return 'https://github.com/BeamMP/BeamMP-Launcher/releases/download/v2.8.0/BeamMP_Installer.msi'
})
onMounted(async () => {