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

Commit

Permalink
fix build; release;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Dec 9, 2023
1 parent 5a5baa5 commit 38c6fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_fix_unity_jar/fix_unity_jar/src/fix_unity_jar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
check(UnZipper_openFile(&unzipper,unity_classes_jar), kFixUnityJar_inputJarFileError);
fileCount=UnZipper_fileCount(&unzipper);

check(Zipper_openFile(&zipper,out_new_jar,fileCount,kZipAlignSize,
check(Zipper_openFile(&zipper,out_new_jar,fileCount,kZipAlignSize,false,
kCompressLevel,kDefaultMemLevel), kFixUnityJar_outputJarFileError);

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

0 comments on commit 38c6fc3

Please sign in to comment.