rename filcapi to refilcapi

This commit is contained in:
ReinerRego
2024-03-03 23:22:20 +01:00
parent 7736c2d2ff
commit ed80d3fc62
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 FilcAPI.downloadRelease(downloads.first);
var response = await reFilcAPI.downloadRelease(downloads.first);
List<List<int>> chunks = [];
int downloaded = 0;