mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-04-02 22:06:08 +00:00
deperation....
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -103,7 +103,7 @@ dist
|
||||
# TernJS port file
|
||||
.tern-port
|
||||
*.exe
|
||||
#*.zip
|
||||
*.zip
|
||||
|
||||
# Logs
|
||||
frontend/logs
|
||||
|
||||
Binary file not shown.
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user