discoverj 412.5.102 → 412.5.104
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.
|
|
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":{"disCoverJ":"jdeploy-bundle/jdeploy.js"},"author":"Rouven Himmelstein","description":" A simple tool that allows you to automatically embed cover images into your audio files.","main":"index.js","preferGlobal":false,"repository":"https://github.com/RouHim/disCoverJ","version":"412.5.
|
|
1
|
+
{"bin":{"disCoverJ":"jdeploy-bundle/jdeploy.js"},"author":"Rouven Himmelstein","description":" A simple tool that allows you to automatically embed cover images into your audio files.","main":"index.js","preferGlobal":false,"repository":"https://github.com/RouHim/disCoverJ","version":"412.5.104","jdeploy":{"jdk":false,"checksums":{"icon.png":"92e41f22b1f6f0cb890a9632133cecea","installsplash.png":"00688dc2ed6763c5bf2e44c41662bc32"},"mainClass":"org.springframework.boot.loader.launch.JarLauncher","javaVersion":"25","jar":"target/disCoverJ.jar","javafx":true,"title":"disCoverJ"},"dependencies":{"njre":"^1.0.0","shelljs":"^0.10.0"},"license":"GPL-2.0 License","name":"discoverj","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/RouHim/disCoverJ"}
|