fixed link
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user