Skip to content

Commit

Permalink
Fixed zip header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrriis committed Jul 25, 2024
1 parent ed2519d commit a84f508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SWTSwing/Release/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ant antfile="build.xml" inheritall="false"/>
<ant antfile="../SWTSwingTests/build.xml" inheritall="false"/>
<delete file="SWTSwing.zip"/>
<zip duplicate="preserve" destfile="Release/SWTSwing.zip">
<zip duplicate="preserve" destfile="Release/SWTSwing.zip" zip64Mode="always">
<!-- SWTSwing documents -->
<zipfileset dir="." includes="licence.txt"/>
<zipfileset dir="Release" includes="readme.txt,changelog.txt"/>
Expand Down

0 comments on commit a84f508

Please sign in to comment.