Overrides files in delta.history to avoid non matching deltas.

cusax-fix
Damian Minkov 12 years ago
parent 51c891d465
commit 999a7c5535

@ -1557,7 +1557,8 @@
<!-- copy data for next delta builds-->
<mkdir dir="${delta.history.location}/${sparkle.build}"/>
<copy file="${macosx.app.dir}/${macosx.dmg.name}"
tofile="${delta.history.location}/${sparkle.build}/${package.name}.dmg"/>
tofile="${delta.history.location}/${sparkle.build}/${package.name}.dmg"
overwrite="true"/>
<!-- now delete old one -->
<antcall target="-delete-oldest-delta-data"/>

Loading…
Cancel
Save