This commit is contained in:
2026-02-03 17:33:46 -07:00
parent d9fa967ade
commit be4b8fc3ee
11 changed files with 48 additions and 42 deletions

View File

@@ -329,6 +329,12 @@ export default function RootLayout ({
)
)
try {
await axios.get(
'https://games.lncvrt.xyz/api/launcher/download?id=' + info.id
)
} catch {}
const res = await invoke<string>('download', {
url: info.downloadUrl,
name: info.id,