Compare commits

...

4 Commits

Author SHA1 Message Date
909ac91614 fixed link 2026-02-27 00:55:01 +01:00
97f354b967 fixed link 2026-02-26 23:08:06 +01:00
484d9a5185 fixed link 2026-02-26 22:58:59 +01:00
a377daeba5 new link to calchat.apk 2026-02-26 22:42:39 +01:00

View File

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