jdeploy-installer 6.0.3-dev.2 → 6.0.11-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -539,7 +539,7 @@ if (!done) {
539
539
  }
540
540
 
541
541
  if (!done) {
542
- console.log("Downloading java runtime environment for version "+targetJavaVersion);
542
+ console.error("Downloading java runtime environment for version "+targetJavaVersion);
543
543
  njre.install(targetJavaVersion, {type: bundleType, javafx: javafx}).then(function(dir) {
544
544
  var _javaHome = getJavaHomeInPath(dir);
545
545
  if (_javaHome == null)
@@ -588,6 +588,7 @@ function run(_javaHome) {
588
588
 
589
589
  var userArgs = process.argv.slice(2);
590
590
  var javaArgs = [];
591
+ javaArgs.push('-Djdeploy.mode=npx');
591
592
  javaArgs.push('-Djdeploy.base='+__dirname);
592
593
  javaArgs.push('-Djdeploy.port='+port);
593
594
  javaArgs.push('-Djdeploy.war.path='+warPath);
package/package.json CHANGED
@@ -1 +1 @@
1
- {"bin":{"jdeploy-installer":"jdeploy-bundle/jdeploy.js"},"author":"Steve Hannah","description":"Desktop installer for Java applications deployed using jDeploy","main":"index.js","preferGlobal":true,"repository":{"directory":"installer","url":"https://github.com/shannah/jdeploy.git"},"version":"6.0.3-dev.2","jdeploy":{"checksums":{},"packageMacX64":"jdeploy-installer-mac-x64","notarize":false,"packageLinuxX64":"jdeploy-installer-linux-x64","mainClass":"ca.weblite.jdeploy.installer.Main","packageMacArm64":"jdeploy-installer-mac-arm64","javaVersion":"8","packageLinuxArm64":"jdeploy-installer-linux-arm64","downloadPage":{"platforms":["all"]},"fork":false,"fallbackToUniversal":true,"packageWinX64":"jdeploy-installer-win-x64","macAppBundleId":"HRNMHC7527.ca.weblite.jdeploy.installer","publishTargets":[{"isDefault":true,"name":"npm: jdeploy-installer","type":"NPM","url":"jdeploy-installer"}],"bundles":["mac-x64","mac-arm64","win-x64","win-arm64","linux-x64","linux-arm64"],"jar":"target/jdeploy-installer-1.0-SNAPSHOT.jar","codesign":true,"platformBundlesEnabled":true,"packageWinArm64":"jdeploy-installer-win-arm64","commands":{"uninstall":{"implements":["updater"],"args":["uninstall"],"description":"CLI uninstaller"},"install":{"implements":["updater"],"args":["install"],"description":"CLI Install"}}},"dependencies":{"shelljs":"^0.8.4"},"license":"ISC","name":"jdeploy-installer","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"}}
1
+ {"bin":{"jdeploy-installer":"jdeploy-bundle/jdeploy.js"},"author":"Steve Hannah","description":"Desktop installer for Java applications deployed using jDeploy","main":"index.js","preferGlobal":true,"repository":{"directory":"installer","url":"https://github.com/shannah/jdeploy.git"},"version":"6.0.11-dev.0","jdeploy":{"checksums":{},"packageMacX64":"jdeploy-installer-mac-x64","notarize":false,"packageLinuxX64":"jdeploy-installer-linux-x64","mainClass":"ca.weblite.jdeploy.installer.Main","packageMacArm64":"jdeploy-installer-mac-arm64","javaVersion":"8","packageLinuxArm64":"jdeploy-installer-linux-arm64","downloadPage":{"platforms":["all"]},"fork":false,"fallbackToUniversal":true,"packageWinX64":"jdeploy-installer-win-x64","macAppBundleId":"HRNMHC7527.ca.weblite.jdeploy.installer","publishTargets":[{"isDefault":true,"name":"npm: jdeploy-installer","type":"NPM","url":"jdeploy-installer"}],"bundles":["mac-x64","mac-arm64","win-x64","win-arm64","linux-x64","linux-arm64"],"jar":"target/jdeploy-installer-1.0-SNAPSHOT.jar","codesign":true,"platformBundlesEnabled":true,"packageWinArm64":"jdeploy-installer-win-arm64","commands":{"uninstall":{"implements":["updater"],"args":["uninstall"],"description":"CLI uninstaller"},"install":{"implements":["updater"],"args":["install"],"description":"CLI Install"}}},"dependencies":{"shelljs":"^0.8.4"},"license":"ISC","name":"jdeploy-installer","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"}}