Skip to content

Commit

Permalink
osx: do not remove not installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo authored Nov 29, 2021
1 parent 40207a0 commit e84a2b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conda/osx/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "######################"
Expand Down

0 comments on commit e84a2b5

Please sign in to comment.