From 10b6171f6323ca06743a9c0864b10a2cb03bb6c1 Mon Sep 17 00:00:00 2001 From: Benitoite Date: Sun, 2 Feb 2020 01:10:45 -0800 Subject: [PATCH] macOS: fix a ditto statement --- tools/osx/macosx_bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osx/macosx_bundle.sh b/tools/osx/macosx_bundle.sh index 36b650f3b..02a85564e 100644 --- a/tools/osx/macosx_bundle.sh +++ b/tools/osx/macosx_bundle.sh @@ -274,7 +274,7 @@ function CreateDmg { local srcDir="$(mktemp -dt $$)" msg "Preparing disk image sources at ${srcDir}:" - ditto -R "${APP}" "${srcDir}" + ditto "${APP}" "${srcDir}" ditto AboutThisBuild.txt "${srcDir}" ln -s /Applications "${srcDir}"