aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adb_install.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb_install.c b/adb_install.c
index 1c88f1a..b073e68 100644
--- a/adb_install.c
+++ b/adb_install.c
@@ -152,5 +152,7 @@ apply_from_adb() {
ui_print("Installation aborted.\n");
}
+ remove(ADB_SIDELOAD_FILENAME);
+
return install_status;
}