* fix deployment issues
This commit is contained in:
parent
c959de579b
commit
0d65e7e94d
|
@ -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" />
|
||||
|
||||
|
|
|
@ -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 "$@"
|
Loading…
Reference in New Issue