mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: minor typo on patcher tmp path
This commit is contained in:
parent
ea532b294e
commit
5df59c08c6
@ -29,7 +29,7 @@ class PatcherAPI {
|
||||
|
||||
Future<void> initPatcher() async {
|
||||
Directory appCache = await getTemporaryDirectory();
|
||||
_tmpDir = Directory('$appCache/patcher');
|
||||
_tmpDir = Directory('${appCache.path}/patcher');
|
||||
_tmpDir!.createSync();
|
||||
_workDir = _tmpDir!.createTempSync('tmp-');
|
||||
_inputFile = File('${_workDir!.path}/base.apk');
|
||||
|
Loading…
Reference in New Issue
Block a user