Skip to content
Snippets Groups Projects
Commit 54e4be2f authored by miccal's avatar miccal
Browse files

unpack_strategy/dmg: remove deprecated IDME attach flag

parent 5c2c2f7e
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ module UnpackStrategy
without_eula = system_command(
"hdiutil",
args: [
"attach", "-plist", "-nobrowse", "-readonly", "-noidme",
"attach", "-plist", "-nobrowse", "-readonly",
"-mountrandom", mount_dir, path
],
input: "qn\n",
......@@ -159,7 +159,7 @@ module UnpackStrategy
with_eula = system_command!(
"hdiutil",
args: [
"attach", "-plist", "-nobrowse", "-readonly", "-noidme",
"attach", "-plist", "-nobrowse", "-readonly",
"-mountrandom", mount_dir, cdr_path
],
verbose: verbose,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment