chore: Remove obsolete deleteLastPatchedApp call

This commit is contained in:
Ushie
2025-06-02 17:12:50 +03:00
committed by GitHub
parent 8e4a9088ea
commit 83fc7f131a

View File

@@ -378,7 +378,6 @@ class ManagerAPI {
PatchedApplication app,
File outFile
) async {
deleteLastPatchedApp();
final Directory appCache = await getApplicationSupportDirectory();
app.patchedFilePath =
outFile.copySync('${appCache.path}/lastPatchedApp.apk').path;