Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 38c6fc3

Browse files
committed
fix build; release;
1 parent 5a5baa5 commit 38c6fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_fix_unity_jar/fix_unity_jar/src/fix_unity_jar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
check(UnZipper_openFile(&unzipper,unity_classes_jar), kFixUnityJar_inputJarFileError);
8787
fileCount=UnZipper_fileCount(&unzipper);
8888

89-
check(Zipper_openFile(&zipper,out_new_jar,fileCount,kZipAlignSize,
89+
check(Zipper_openFile(&zipper,out_new_jar,fileCount,kZipAlignSize,false,
9090
kCompressLevel,kDefaultMemLevel), kFixUnityJar_outputJarFileError);
9191

9292
for (int i=0; i<fileCount; ++i) {

0 commit comments

Comments
 (0)