Skip to content

Commit

Permalink
Apply the resources->Resources symlink fix
Browse files Browse the repository at this point in the history
Ported from the ARM64 file.
  • Loading branch information
chennes committed Apr 12, 2023
1 parent ed90c83 commit 7dc3210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda/osx/create_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ cp qt.conf ${conda_env}/libexec/
find . -path "*/__pycache__/*" -delete
find . -name "*.pyc" -type f -delete

# qtwebengine fix
ln -s ./APP/FreeCAD.app/Contents/Resources/resources ./APP/FreeCAD.app/Contents/Resources/Resources

# create the dmg
hdiutil create -volname "${version_name}" -srcfolder ./APP -ov -format UDZO "${version_name}.dmg"

Expand Down

0 comments on commit 7dc3210

Please sign in to comment.