mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-28 21:51:06 +00:00
refactor: comment for unmount step (#74)
This commit is contained in:
@@ -58,7 +58,7 @@ internal class Adb(
|
|||||||
Constants.PATH_INIT_PUSH,
|
Constants.PATH_INIT_PUSH,
|
||||||
Constants.CONTENT_UMOUNT_SCRIPT.replacePlaceholder()
|
Constants.CONTENT_UMOUNT_SCRIPT.replacePlaceholder()
|
||||||
)
|
)
|
||||||
// install mount script
|
// install unmount script
|
||||||
device.run(Constants.COMMAND_INSTALL_UMOUNT.replacePlaceholder())
|
device.run(Constants.COMMAND_INSTALL_UMOUNT.replacePlaceholder())
|
||||||
|
|
||||||
// unmount the apk for sanity
|
// unmount the apk for sanity
|
||||||
@@ -103,4 +103,4 @@ internal class Adb(
|
|||||||
process.destroy()
|
process.destroy()
|
||||||
executor.shutdown()
|
executor.shutdown()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user