Skip to content

Commit 63f2365

Browse files
committed
Update patcher_api.dart
1 parent 9687caf commit 63f2365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/patcher_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class PatcherAPI {
176176
await File(apkFilePath).copy(inApkFile.path);
177177

178178
outFile = File('${workDir.path}/out.apk');
179-
179+
180180
final Directory tmpDir =
181181
Directory('${workDir.path}/revanced-temporary-files');
182182

0 commit comments

Comments
 (0)