Remove the updatechecker.jar when Sparkle is used (for MacOSX)

cusax-fix
Romain Kuntz 18 years ago
parent b7d56eb43b
commit f17d5b6d85

@ -458,9 +458,11 @@
</echo>
<!-- Remove the path to the updatechecker bundle in the felix.client.run.properties file -->
<replace file="${macosx.app.dir}/${application.name}.app/Contents/Resources/Java/felix.client.run.properties"
<replace file="${macosx.app.dir}/${application.name}.app/Contents/Resources/Java/felix.client.run.properties"
token="reference:file:sc-bundles/updatechecker.jar"
value=""/>
<delete file="${macosx.app.dir}/${application.name}.app/Contents/Resources/Java/sc-bundles/updatechecker.jar"
failonerror="false" />
<!-- Add the Sparkle bundle and JNI to the application package -->
<copy file="${bundles.dest}/sparkle.jar"

Loading…
Cancel
Save