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
|
# TernJS port file
|
||||||
.tern-port
|
.tern-port
|
||||||
*.exe
|
*.exe
|
||||||
#*.zip
|
*.zip
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
frontend/logs
|
frontend/logs
|
||||||
|
|||||||
Binary file not shown.
@@ -25,11 +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.msi'
|
return '/installer/BeamMP_Installer.msi'
|
||||||
}
|
}
|
||||||
return `${base.replace(/\/$/, '')}/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 () => {
|
onMounted(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user