mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: added a trailing comma
This commit is contained in:
parent
c94eb7a48e
commit
975180b075
@ -171,7 +171,7 @@ class RootAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> installPatchedApk(
|
Future<void> installPatchedApk(
|
||||||
String packageName, String patchedFilePath) async {
|
String packageName, String patchedFilePath,) async {
|
||||||
final String newPatchedFilePath = '$_revancedDirPath/$packageName/base.apk';
|
final String newPatchedFilePath = '$_revancedDirPath/$packageName/base.apk';
|
||||||
await Root.exec(
|
await Root.exec(
|
||||||
cmd: '''
|
cmd: '''
|
||||||
|
Loading…
Reference in New Issue
Block a user