Jenkins uses release dates only + APK delete bugfix

This commit is contained in:
Imran Remtulla
2023-04-30 17:00:00 -04:00
parent 76e316422c
commit 779de58f74
4 changed files with 25 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ class AppsProvider with ChangeNotifier {
var fn = file.path.split('/').last;
if (fn.startsWith('${app.id}-') &&
fn.endsWith('.apk') &&
fn != fileName) {
fn != downloadedFile.path.split('/').last) {
file.delete();
}
}