Comparing version 0.6.4 to 0.6.5
@@ -69,3 +69,3 @@ 'use strict' | ||
attempts += 1 | ||
if (err && (err.exitCode === 16 || err.code === 16) && attempts <= 5) { | ||
if (err && (err.exitCode === 16 || err.code === 16) && attempts <= 8) { | ||
setTimeout(function () { | ||
@@ -72,0 +72,0 @@ util.sh('hdiutil', args, attemptDetach) |
{ | ||
"name": "appdmg", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Linus Unnebäck <linus@folkdatorn.se>", |
@@ -70,2 +70,3 @@ # node-appdmg | ||
- `ULFO` - UDIF lzfse-compressed image (OS X 10.11+ only) | ||
- `ULMO` - UDIF lzma-compressed image (macOS 10.15+ only) | ||
- `contents` (array[object], required) - This is the contents of your DMG. | ||
@@ -72,0 +73,0 @@ - `x` (number, required) - X position relative to icon center |
@@ -65,2 +65,3 @@ { | ||
"ULFO", | ||
"ULMO", | ||
"UDBZ" | ||
@@ -67,0 +68,0 @@ ] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1807825
1106
166