From d91930b53cbed51ea4e60d0ead975f7d92dae0f8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 20 Sep 2023 10:55:29 -0600 Subject: [PATCH] macos: temporarily exclude media files from packaging --- tools/osx_packaging/osx_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index d3303f62d5..185ca4c4de 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -365,8 +365,8 @@ cp -R $BUILD_ROOT/../share/web_surfaces $WebSurfaces rm $WebSurfaces/wscript # recursively copy clips/media -cp -R $BUILD_ROOT/../share/media $MediaClips -rm $MediaClips/wscript +#cp -R $BUILD_ROOT/../share/media $MediaClips +#rm $MediaClips/wscript # MackieControl data # got to be careful with names here