mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-11 14:19:25 +01:00
fix: wrong variable inverted
This commit is contained in:
parent
6f54af5963
commit
f694542d64
@ -99,7 +99,7 @@ internal object MainCommand : Runnable {
|
||||
Adb(outputFile, patcher.data.packageMetadata.packageName, args.deploy!!, !args.mount)
|
||||
}
|
||||
|
||||
val patchedFile = if (args.mount) {
|
||||
val patchedFile = if (!args.mount) {
|
||||
File(args.cacheDirectory).resolve("${outputFile.nameWithoutExtension}_raw.apk")
|
||||
} else outputFile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user