unpack_strategy/dmg: remove deprecated IDME attach flag
This commit is contained in:
parent
5c2c2f7e2b
commit
54e4be2f64
@ -132,7 +132,7 @@ module UnpackStrategy
|
|||||||
without_eula = system_command(
|
without_eula = system_command(
|
||||||
"hdiutil",
|
"hdiutil",
|
||||||
args: [
|
args: [
|
||||||
"attach", "-plist", "-nobrowse", "-readonly", "-noidme",
|
"attach", "-plist", "-nobrowse", "-readonly",
|
||||||
"-mountrandom", mount_dir, path
|
"-mountrandom", mount_dir, path
|
||||||
],
|
],
|
||||||
input: "qn\n",
|
input: "qn\n",
|
||||||
@ -159,7 +159,7 @@ module UnpackStrategy
|
|||||||
with_eula = system_command!(
|
with_eula = system_command!(
|
||||||
"hdiutil",
|
"hdiutil",
|
||||||
args: [
|
args: [
|
||||||
"attach", "-plist", "-nobrowse", "-readonly", "-noidme",
|
"attach", "-plist", "-nobrowse", "-readonly",
|
||||||
"-mountrandom", mount_dir, cdr_path
|
"-mountrandom", mount_dir, cdr_path
|
||||||
],
|
],
|
||||||
verbose: verbose,
|
verbose: verbose,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user