fixed link
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
async function downloadAPK() {
|
async function downloadAPK() {
|
||||||
try {
|
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 blob = await response.blob();
|
||||||
const objectUrl = URL.createObjectURL(blob);
|
const objectUrl = URL.createObjectURL(blob);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user