jdeploy-demo-javafx-ensemble
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -12,3 +12,3 @@ #! /usr/bin/env node | ||
var bundleType = 'jre'; | ||
if ('true' === 'true') { | ||
if ('{{JAVAFX}}' === 'true') { | ||
javafx = true; | ||
@@ -413,3 +413,8 @@ } | ||
var jdeployDir = path.join(os.homedir(), ".jdeploy"); | ||
var JAVA_HOME_OVERRIDE = env['JDEPLOY_JAVA_HOME_OVERRIDE']; | ||
if (JAVA_HOME_OVERRIDE && fs.existsSync(JAVA_HOME_OVERRIDE)) { | ||
return JAVA_HOME_OVERRIDE; | ||
} | ||
// First check for the full-meal deal | ||
@@ -416,0 +421,0 @@ var _javaHomePath = getJavaHomeInPath(path.join(jdeployDir, 'jdk', javaVersion+'fx', 'jdk')); |
@@ -1,1 +0,1 @@ | ||
{"bin":{"javafx-ensemble":"jdeploy-bundle/jdeploy.js"},"author":"Scott Kovatch","description":"Ensemble provides a gallery of over 100 sample applications that use a wide range of JavaFX features, such as graphics, UI controls, animation, charts, media and WebView. Source code for each sample and links to API documentation are also provided. Ensemble will provide developers with an interactive reference tool for what they can build with JavaFX.","main":"index.js","preferGlobal":true,"repository":"https://github.com/shannah/javafx-ensemble8","version":"1.0.12","jdeploy":{"checksums":{"icon.png":"4925ac06bcbf63a0bd55cf8f656856cc","installsplash.png":"04d1fe88831346a4bda794f629a94fe1"},"javaVersion":"17","jar":"target/javafx-ensemble8-1.0-SNAPSHOT.jar","javafx":true,"title":"JavaFX Ensemble 8"},"dependencies":{"njre":"^0.2.0","shelljs":"^0.8.4"},"license":"ISC","name":"jdeploy-demo-javafx-ensemble","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"}} | ||
{"bin":{"javafx-ensemble":"jdeploy-bundle/jdeploy.js"},"author":"Scott Kovatch","description":"Ensemble provides a gallery of over 100 sample applications that use a wide range of JavaFX features, such as graphics, UI controls, animation, charts, media and WebView. Source code for each sample and links to API documentation are also provided. Ensemble will provide developers with an interactive reference tool for what they can build with JavaFX.","main":"index.js","preferGlobal":true,"repository":"https://github.com/shannah/javafx-ensemble8","version":"1.0.13","jdeploy":{"checksums":{"icon.png":"4925ac06bcbf63a0bd55cf8f656856cc","installsplash.png":"04d1fe88831346a4bda794f629a94fe1"},"javaVersion":"17","jar":"target/javafx-ensemble8-1.0-SNAPSHOT.jar","javafx":false,"title":"JavaFX Ensemble 8","mavenDependencies":["org.openjfx:javafx-web:20-ea+11","org.openjfx:javafx-fxml:20-ea+11"]},"dependencies":{"njre":"^0.2.0","shelljs":"^0.8.4"},"license":"ISC","name":"jdeploy-demo-javafx-ensemble","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"}} |
33846998
536