new link to calchat.apk
This commit is contained in:
@@ -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://garage.gilmour109.de/calchat-releases/calchat.apk");
|
||||
const blob = await response.blob();
|
||||
const objectUrl = URL.createObjectURL(blob);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user