mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 07:49:33 +05:30
refactor: separated download functions
This commit is contained in:
@@ -62,8 +62,5 @@ export default function useAppUpdater() {
|
||||
await relaunchApp();
|
||||
}
|
||||
|
||||
return {
|
||||
checkForAppUpdate,
|
||||
downloadAndInstallAppUpdate
|
||||
}
|
||||
return { checkForAppUpdate, downloadAndInstallAppUpdate };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user