android-device-manager 26.1.7-1657 → 26.3.4-1913

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.
@@ -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":{"adm":"jdeploy-bundle/jdeploy.js"},"author":"Joe Page","description":"Java desktop app to manage multiple Android devices via adb","main":"index.js","preferGlobal":true,"repository":"","version":"26.1.7-1657","jdeploy":{"jdk":false,"checksums":{"icon.png":"4b08e47a91c363c29f10aa1ca9a9ce55","installsplash.png":"b8596a651c248c986b5f572760b64dbf"},"mainClass":"com.jpage4500.devicemanager.MainApplication","javaVersion":"17","documentTypes":[{"editor":false,"extension":"apk","mimetype":"application/vnd.android.package-archive"},{"editor":false,"extension":"xapk","mimetype":"application/vnd.android.package-archive"}],"urlSchemes":["adm"],"jar":"target/AndroidDeviceManager.jar","javafx":false,"title":"Android Device Manager"},"dependencies":{"command-exists-promise":"^2.0.2","node-fetch":"2.6.7","tar":"^4.4.8","yauzl":"^2.10.0","run":"^1.5.0","jdeploy":"^5.5.13","shelljs":"^0.8.4"},"license":"ISC","name":"android-device-manager","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":""}
1
+ {"bin":{"adm":"jdeploy-bundle/jdeploy.js"},"author":"Joe Page","description":"Java desktop app to manage multiple Android devices via adb","main":"index.js","preferGlobal":true,"repository":{"type":"git","url":"git+https://github.com/jpage4500/AndroidDeviceManager.git"},"version":"26.3.4-1913","jdeploy":{"jdk":false,"checksums":{"icon.png":"4b08e47a91c363c29f10aa1ca9a9ce55","installsplash.png":"b8596a651c248c986b5f572760b64dbf"},"mainClass":"com.jpage4500.devicemanager.MainApplication","javaVersion":"17","documentTypes":[{"editor":false,"extension":"apk","mimetype":"application/vnd.android.package-archive"},{"editor":false,"extension":"xapk","mimetype":"application/vnd.android.package-archive"}],"urlSchemes":["adm"],"jar":"target/AndroidDeviceManager.jar","javafx":false,"title":"Android Device Manager"},"dependencies":{"command-exists-promise":"^2.0.2","node-fetch":"2.6.7","tar":"^4.4.8","yauzl":"^2.10.0","run":"^1.5.0","jdeploy":"^6.0.19","shelljs":"^0.8.4"},"license":"ISC","name":"android-device-manager","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":""}