Revert "rename filcapi to refilcapi"

This reverts commit ed80d3fc62.
This commit is contained in:
Kima
2024-03-03 23:33:37 +01:00
parent 6eff27d4d8
commit 8494e7a753
8 changed files with 15 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ extension UpdateHelper on Release {
}
Future<Uint8List> download({UpdateCallback? updateCallback}) async {
var response = await reFilcAPI.downloadRelease(downloads.first);
var response = await FilcAPI.downloadRelease(downloads.first);
List<List<int>> chunks = [];
int downloaded = 0;