Skip to content

Commit f089047

Browse files
authored
(fix): correct synax
1 parent 5cc7eba commit f089047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/app/morphe/cli/command/PatchCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ internal object PatchCommand : Runnable {
338338
apk.copyTo(temporaryFilesPath.resolve(apk.name), overwrite = true).apply {
339339
patcherResult.applyTo(this)
340340
}.let { patchedApkFile ->
341-
if (!mount && unsigned) {
341+
if (!mount && !unsigned) {
342342
ApkUtils.signApk(
343343
patchedApkFile,
344344
outputFilePath,

0 commit comments

Comments
 (0)