Compare commits
4 Commits
4a075b6488
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 909ac91614 | |||
| 97f354b967 | |||
| 484d9a5185 | |||
| a377daeba5 |
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
async function downloadAPK() {
|
async function downloadAPK() {
|
||||||
try {
|
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 blob = await response.blob();
|
||||||
const objectUrl = URL.createObjectURL(blob);
|
const objectUrl = URL.createObjectURL(blob);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user