mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-08-06 09:39:25 +08:00
renamed files dir
This commit is contained in:
@ -176,8 +176,8 @@ class PatcherAPI {
|
|||||||
await File(apkFilePath).copy(inApkFile.path);
|
await File(apkFilePath).copy(inApkFile.path);
|
||||||
|
|
||||||
if (_managerAPI.isLastPatchedAppEnabled()) {
|
if (_managerAPI.isLastPatchedAppEnabled()) {
|
||||||
final Directory cacheDir = await getApplicationSupportDirectory();
|
final Directory filesDir = await getApplicationSupportDirectory();
|
||||||
outFile = File('${cacheDir.path}/out.apk');
|
outFile = File('${filesDir.path}/out.apk');
|
||||||
} else {
|
} else {
|
||||||
outFile = File('${workDir.path}/out.apk');
|
outFile = File('${workDir.path}/out.apk');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user