From e84a2b58b3f4f1c141decc6d472a0268c73db3eb Mon Sep 17 00:00:00 2001 From: lorenz Date: Mon, 29 Nov 2021 12:06:49 +0100 Subject: [PATCH] osx: do not remove not installed packages --- conda/osx/create_bundle.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/conda/osx/create_bundle.sh b/conda/osx/create_bundle.sh index 65c2c9f5..d2c50904 100644 --- a/conda/osx/create_bundle.sh +++ b/conda/osx/create_bundle.sh @@ -12,9 +12,6 @@ conda create \ -c conda-forge \ -y -# uninstall some packages not needed -conda uninstall -p APP/FreeCAD.app/Contents/Resources gtk2 gdk-pixbuf llvmdev clangdev --force -y - version_name=$(conda run -p APP/FreeCAD.app/Contents/Resources python ../scripts/get_freecad_version.py) echo "######################"