Force file name encoding to UTF-8, caused different zips on different systems.
This commit is contained in:
parent
530b6fb074
commit
95497900c3
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
|||
</mappedresources>
|
||||
</copy>
|
||||
<touch millis="0" file="build-tmp-deobf/joined.srg"/>
|
||||
<zip file="deobfuscation_data_${version.minecraft}.zip">
|
||||
<zip file="deobfuscation_data_${version.minecraft}.zip" encoding="UTF-8">
|
||||
<fileset dir="build-tmp-deobf" includes="joined.srg"/>
|
||||
</zip>
|
||||
<checksum algorithm="SHA1" property="deobf.checksum" file="deobfuscation_data_${version.minecraft}.zip"/>
|
||||
|
|
Loading…
Reference in a new issue