mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Don't touch Info.plist when copy-editing in build.xml.
This commit is contained in:
parent
a179299b71
commit
7605775c52
@ -123,9 +123,11 @@
|
||||
<property name="mac.app" value="${mac.dir}/AppleCommander.app"/>
|
||||
<property name="mac.Contents" value="${mac.app}/Contents"/>
|
||||
<property name="mac.Java" value="${mac.Contents}/Resources/Java"/>
|
||||
<touch file="${mac.dir}/Info.plist"/>
|
||||
<filter token="version" value="${acVersion}"/>
|
||||
<copy file="${mac.dir}/Info.plist" todir="${mac.Contents}" filtering="true"/>
|
||||
<copy file="${mac.dir}/Info.plist" todir="${mac.Contents}" overwrite="true">
|
||||
<filterset>
|
||||
<filter token="version" value="${acVersion}"/>
|
||||
</filterset>
|
||||
</copy>
|
||||
<copy file="${guijar}" tofile="${mac.Java}/AppleCommander.jar"/>
|
||||
<copy file="${cmdjar}" tofile="${user.home}/bin/ac.jar"/>
|
||||
<zip destfile="${maczip}">
|
||||
|
Loading…
Reference in New Issue
Block a user