Skip to content

Commit 25e0bb6

Browse files
author
WindySha
committed
fix build error
1 parent 5aa6eb2 commit 25e0bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpatch/src/main/java/com/storm/wind/xpatch/task/BuildAndSignApkTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void run() {
3333

3434
// 将文件压缩到当前apk文件的上一级目录上
3535
String unsignedApkPath = unzipApkFile.getParent() + File.separator + "unsigned.apk";
36-
FileUtils.compressToZip(unzipApkFilePath, unsignedApkPath, originalApkFilePath);
36+
FileUtils.compressToZip(unzipApkFilePath, unsignedApkPath);
3737

3838
// 将签名文件复制从assets目录下复制出来
3939
String keyStoreFilePath = unzipApkFile.getParent() + File.separator + "keystore";

0 commit comments

Comments
 (0)