mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-18 12:57:06 +02:00
renamed files dir
This commit is contained in:
parent
2de57952a0
commit
c62650bee9
@ -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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user