|
|
|
|
@ -1178,11 +1178,16 @@
|
|
|
|
|
resource="./Versions/Current/Sparkle"/>
|
|
|
|
|
<symlink link="${macosx.app.dir}/${application.name}.app/Contents/Frameworks/Sparkle.framework/Resources/fr_CA.lproj"
|
|
|
|
|
resource="./fr.lproj"/>
|
|
|
|
|
<symlink link="${macosx.app.dir}/${application.name}.app/Contents/Frameworks/Sparkle.framework/Resources/pt.lproj"
|
|
|
|
|
resource="./pt_BR.lproj" failonerror="false"/>
|
|
|
|
|
|
|
|
|
|
<!-- Restore the file permissions to the Sparke relaunch tool -->
|
|
|
|
|
<chmod file="${macosx.app.dir}/${application.name}.app/Contents/Frameworks/Sparkle.framework/Resources/relaunch"
|
|
|
|
|
perm="ugo+rx">
|
|
|
|
|
</chmod>
|
|
|
|
|
perm="ugo+rx"/>
|
|
|
|
|
<chmod file="${macosx.app.dir}/${application.name}.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle"
|
|
|
|
|
perm="ugo+rx"/>
|
|
|
|
|
<chmod file="${macosx.app.dir}/${application.name}.app/Contents/Frameworks/Sparkle.framework/Versions/A/Resources/finish_installation.app/Contents/MacOS/finish_installation"
|
|
|
|
|
perm="ugo+rx"/>
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<!-- Creates empty folders in Contents/Resources for
|
|
|
|
|
@ -1346,6 +1351,7 @@
|
|
|
|
|
</fileset>
|
|
|
|
|
</concat>
|
|
|
|
|
<delete file="${macosx.app.dir}/sparkle/index-top.html"/>
|
|
|
|
|
<delete file="changelog-${label}.html"/>
|
|
|
|
|
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|