From d7e21f63325fcd983b23fe29664406fa656699fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kiss?= <70794496+kimaah@users.noreply.github.com> Date: Fri, 9 Jun 2023 21:13:38 +0200 Subject: [PATCH] Update update_helper.dart --- filcnaplo/lib/helpers/update_helper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filcnaplo/lib/helpers/update_helper.dart b/filcnaplo/lib/helpers/update_helper.dart index 6137af6..2199124 100644 --- a/filcnaplo/lib/helpers/update_helper.dart +++ b/filcnaplo/lib/helpers/update_helper.dart @@ -19,7 +19,7 @@ extension UpdateHelper on Release { updateCallback!(-1, UpdateState.preparing); String downloads = await StorageHelper.downloadsPath(); - File apk = File("$downloads/refilc-$version.apk"); + File apk = File("$downloads/refilc-v$version.apk"); if (!await apk.exists()) { updateCallback(-1, UpdateState.downloading);