From e53113ca6d28f77a498cf68d9bb6451f2f44343e Mon Sep 17 00:00:00 2001 From: Richard Barber Date: Thu, 20 Feb 2020 12:01:11 -0800 Subject: [PATCH] mac:add a destination --- 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 da44ed51e..6ceff6592 100644 --- a/tools/osx/macosx_bundle.sh +++ b/tools/osx/macosx_bundle.sh @@ -134,7 +134,7 @@ msg "Copying binary executable files." ditto "${CMAKE_BUILD_TYPE}/MacOS" "${MACOS}" msg "Copying Resources directory." -mv "${CMAKE_BUILD_TYPE}/Resources/share/AboutThisBuild.txt" +mv "${CMAKE_BUILD_TYPE}/Resources/share/AboutThisBuild.txt" "${RESOURCES}" ditto "${CMAKE_BUILD_TYPE}/Resources" "${RESOURCES}" echo "\n--------\n" >> "${RESOURCES}/AboutThisBuild.txt"