jdeploy-installer 4.0.37 → 4.0.39

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.
@@ -541,7 +541,7 @@ if (!done) {
541
541
  javaBinary += '.exe';
542
542
 
543
543
  }
544
- fs.chmodSync(javaBinary, 0755);
544
+ fs.chmodSync(javaBinary, 0o755);
545
545
 
546
546
  env['PATH'] = path.join(env['JAVA_HOME'], 'bin') + path.delimiter + env['PATH'];
547
547
 
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":{"type":"git","directory":"installer","url":"https://github.com/shannah/jdeploy.git"},"version":"4.0.37","jdeploy":{"checksums":{},"fork":false,"notarize":false,"macAppBundleId":"HRNMHC7527.ca.weblite.jdeploy.installer","bundles":["mac-x64","mac-arm64","win","linux"],"jar":"target/jdeploy-installer-1.0-SNAPSHOT.jar","codesign":true},"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":{"type":"git","directory":"installer","url":"https://github.com/shannah/jdeploy.git"},"version":"4.0.39","jdeploy":{"checksums":{},"fork":false,"notarize":false,"macAppBundleId":"HRNMHC7527.ca.weblite.jdeploy.installer","bundles":["mac-x64","mac-arm64","win","linux"],"jar":"target/jdeploy-installer-1.0-SNAPSHOT.jar","codesign":true},"dependencies":{"shelljs":"^0.8.4"},"license":"ISC","name":"jdeploy-installer","files":["jdeploy-bundle"],"scripts":{"test":"echo \"Error: no test specified\" && exit 1"}}