Skip to content

Commit 659a594

Browse files
committed
修正 v4 签名后无法用 adb 进行增量安装的问题
1 parent 3699fe1 commit 659a594

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

shell/package-tools/SignatureApk.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ signatureSingleApk() {
231231
return 1
232232
fi
233233
echo "✅ 签名成功 [${baseName}],存放路径:${targetApkFilePath}"
234-
if [[ -f "${targetApkFilePath}.idsig" ]]; then
235-
rm -f "${targetApkFilePath}.idsig"
236-
fi
237234
return 0
238235
}
239236

0 commit comments

Comments
 (0)