fix: Move temporary files outside of the cache directory (#2193)

Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
kitadai31
2024-09-09 19:42:03 +09:00
committed by GitHub
parent d688f38a63
commit 1ef1f8d47a
3 changed files with 13 additions and 1 deletions

View File

@ -188,6 +188,7 @@ class InstallerViewModel extends BaseViewModel {
_app.packageName,
_app.apkFilePath,
_patches,
_app.isFromStorage,
);
_app.appliedPatches = _patches.map((p) => p.name).toList();
if (_managerAPI.isLastPatchedAppEnabled()) {