fixed link

This commit is contained in:
2026-02-26 22:58:59 +01:00
parent a377daeba5
commit 484d9a5185

View File

@@ -1,7 +1,7 @@
<script lang="ts">
async function downloadAPK() {
try {
const response = await fetch("https://garage.gilmour109.de/calchat-releases/calchat.apk");
const response = await fetch("https://releases.gilmour109.de/calchat-releases/calchat.apk");
const blob = await response.blob();
const objectUrl = URL.createObjectURL(blob);