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);
|
||||
|
||||
if (_managerAPI.isLastPatchedAppEnabled()) {
|
||||
final Directory cacheDir = await getApplicationSupportDirectory();
|
||||
outFile = File('${cacheDir.path}/out.apk');
|
||||
final Directory filesDir = await getApplicationSupportDirectory();
|
||||
outFile = File('${filesDir.path}/out.apk');
|
||||
} else {
|
||||
outFile = File('${workDir.path}/out.apk');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user