aboutsummaryrefslogtreecommitdiff
path: root/client/adb_install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/adb_install.cpp')
-rw-r--r--client/adb_install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/adb_install.cpp b/client/adb_install.cpp
index b861ce22..5a1e1b09 100644
--- a/client/adb_install.cpp
+++ b/client/adb_install.cpp
@@ -287,7 +287,7 @@ static int install_app_legacy(int argc, const char** argv, bool use_fastdeploy)
}
}
- if (do_sync_push(apk_file, apk_dest.c_str(), false, CompressionType::Any, false)) {
+ if (do_sync_push(apk_file, apk_dest.c_str(), false, CompressionType::Any, false, false)) {
result = pm_command(argc, argv);
delete_device_file(apk_dest);
}