feat(updater): download successful dialog (#938)

This commit is contained in:
Aabed Khan
2023-06-23 19:21:36 +05:45
committed by GitHub
parent 35e99cb014
commit d051ae576b
3 changed files with 121 additions and 58 deletions

View File

@ -170,6 +170,7 @@ class RevancedAPI {
updateManagerDownloadProgress(progress);
} else if (result is FileInfo) {
disposeManagerUpdateProgress();
// The download is complete; convert the FileInfo object to a File object
outputFile = File(result.file.path);
}