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);