jdeploy-installer 3.0.0-alpha.36 → 3.0.0-alpha.37

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.
@@ -279,7 +279,7 @@ function njreWrap() {
279
279
 
280
280
  java_version: version,
281
281
  ext: 'zip',
282
- bundleType: type,
282
+ bundle_type: type,
283
283
  javafx: ''+javafx,
284
284
  arch: 'x86',
285
285
  hw_bitness: '64',
@@ -291,15 +291,15 @@ function njreWrap() {
291
291
  switch (process.platform) {
292
292
 
293
293
  case 'darwin':
294
- q.OS = 'macos'
294
+ q.os = 'macos'
295
295
  break
296
296
  case 'linux':
297
- q.OS = 'linux'
297
+ q.os = 'linux'
298
298
  break
299
299
 
300
300
  case 'win32':
301
301
  case 'win64':
302
- q.OS = 'windows'
302
+ q.os = 'windows'
303
303
  break
304
304
  default:
305
305
  return Promise.reject(new Error('Unsupported operating system'))
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "url": "https://github.com/shannah/jdeploy.git",
12
12
  "directory": "installer"
13
13
  },
14
- "version": "3.0.0-alpha.36",
14
+ "version": "3.0.0-alpha.37",
15
15
  "jdeploy": {
16
16
  "jar": "target/jdeploy-installer-1.0-SNAPSHOT.jar",
17
17
  "bundles": [