* added mac-x86_64 mediainfo nativelib (0.7.27) to build and webstart deployment
This commit is contained in:
parent
d9027b06ad
commit
9cb654d8c6
|
@ -139,7 +139,7 @@
|
||||||
<param name="arch" value="linux-amd64" />
|
<param name="arch" value="linux-amd64" />
|
||||||
</antcall>
|
</antcall>
|
||||||
<antcall target="webstart-nativelib">
|
<antcall target="webstart-nativelib">
|
||||||
<param name="arch" value="darwin" />
|
<param name="arch" value="mac-x86_64" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
<!-- sign main jar and native lib jars -->
|
<!-- sign main jar and native lib jars -->
|
||||||
|
@ -268,6 +268,7 @@
|
||||||
</scp>
|
</scp>
|
||||||
|
|
||||||
<!-- deploy fatjar afterwards so it will be the latest file release -->
|
<!-- deploy fatjar afterwards so it will be the latest file release -->
|
||||||
|
<sleep minutes="1" />
|
||||||
<scp todir="rednoah,filebot:${sf.password}@web.sourceforge.net:/home/frs/project/f/fi/filebot/filebot" trust="yes">
|
<scp todir="rednoah,filebot:${sf.password}@web.sourceforge.net:/home/frs/project/f/fi/filebot/filebot" trust="yes">
|
||||||
<fileset dir="${dir.dist}/release" includes="**/*.jar"/>
|
<fileset dir="${dir.dist}/release" includes="**/*.jar"/>
|
||||||
</scp>
|
</scp>
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
<resources os="Linux" arch="amd64">
|
<resources os="Linux" arch="amd64">
|
||||||
<nativelib href="native/linux-amd64.jar" />
|
<nativelib href="native/linux-amd64.jar" />
|
||||||
</resources>
|
</resources>
|
||||||
<resources os="Mac">
|
<resources os="Mac" arch="x86_64">
|
||||||
<nativelib href="native/darwin.jar" />
|
<nativelib href="native/mac-x86_64.jar" />
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<application-desc main-class="net.sourceforge.filebot.Main" />
|
<application-desc main-class="net.sourceforge.filebot.Main" />
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue