* fix deployment issues

This commit is contained in:
Reinhard Pointner 2011-01-10 14:01:41 +00:00
parent c959de579b
commit 0d65e7e94d
2 changed files with 2 additions and 3 deletions

View File

@ -330,7 +330,7 @@
</target>
<target name="deploy" depends="fatjar, appbundle, deb, msi">
<target name="deploy" depends="fatjar, appbundle, deb, msi, webstart">
<property name="deploy.release" value="web.sourceforge.net:/home/frs/project/f/fi/filebot/filebot" />
<property name="deploy.webstart" value="web.sourceforge.net:htdocs/webstart" />

View File

@ -1,2 +1 @@
#!/bin/bash
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"
java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@"