1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 05:51:31 -04:00

Add JavaFX compile-time stubs to fix build

This commit is contained in:
Reinhard Pointner 2018-11-18 17:21:25 +07:00
parent 9db90dd731
commit 3e9ff3dd35
2 changed files with 4 additions and 1 deletions

View File

@ -464,7 +464,7 @@
<fileset dir="${dir.installer}/app" />
</copy-replace>
<create-app-bundle dir="${dir.staging}" deployment="app" runtime="no" license="yes" identifier="${package.identifier}.APP" />
<create-app-bundle dir="${dir.staging}" deployment="app" runtime="yes" license="yes" identifier="${package.identifier}.APP" />
<tar destfile="${dir.dist}/${release}.app.tar.xz" compression="${tar.compression}" longfile="posix" encoding="utf-8">
<tarfileset dir="${dir.staging}">

View File

@ -44,6 +44,9 @@
<dependency rev="2.5.4" org="org.codehaus.groovy" name="groovy-swing" />
<dependency rev="2.5.4" org="org.codehaus.groovy" name="groovy-groovydoc" />
<!-- JavaFX -->
<dependency rev="11.0.1" org="org.openjfx" name="javafx-controls" />
<!-- Apache Ant -->
<dependency rev="1.10.5" org="org.apache.ant" name="ant" />
<dependency rev="1.10.5" org="org.apache.ant" name="ant-launcher" />