From cf5764d007d06960d69176cedb293b2907abc97a Mon Sep 17 00:00:00 2001 From: Valentino Orlandi Date: Fri, 27 Jan 2023 16:21:24 +0100 Subject: [PATCH] Fixed OSX build_update script --- MAC_build_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC_build_update.sh b/MAC_build_update.sh index 626039dc..14dcb85e 100644 --- a/MAC_build_update.sh +++ b/MAC_build_update.sh @@ -94,7 +94,7 @@ then fi -cp ./osx_bundle/{bin,doc,Resources,info.plist} ../build/LogDoctor.app/Contents/ +cp -r ./osx_bundle/{bin,doc,Resources,info.plist} ../build/LogDoctor.app/Contents/ sudo rm -r /Applications/LogDoctor.app if [[ "$?" != "0" ]] then