refactor: separated download functions

This commit is contained in:
2025-11-16 23:11:17 +05:30
parent 6028037e74
commit 45cfdc00de
8 changed files with 1231 additions and 1173 deletions

View File

@@ -62,8 +62,5 @@ export default function useAppUpdater() {
await relaunchApp();
}
return {
checkForAppUpdate,
downloadAndInstallAppUpdate
}
return { checkForAppUpdate, downloadAndInstallAppUpdate };
}