This commit is contained in:
tonikelope 2016-10-06 14:14:57 +02:00
parent 56605588fa
commit 94e6f3e60f

View File

@ -87,7 +87,7 @@
</jar>
<zip destfile="${store.jar}">
<zipfileset src="${store.dir}/temp_final.jar"
excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA"/>
excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA, megabasterd/screenshot*.png"/>
</zip>
<delete file="${store.dir}/temp_final.jar"/>
</target>