mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
Add --norsrc flag to ditto commands when creating Ollama-darwin.zip to exclude AppleDouble resource fork files (._* files) from the archive. The mlx.metallib file has extended attributes, which causes ditto to include a ._mlx.metallib AppleDouble file in the zip. Since this file is not part of the code signature seal, macOS rejects the bundle during auto-update verification with: "a sealed resource is missing or invalid" "file added: .../._mlx.metallib" The --norsrc flag prevents ditto from preserving resource forks and extended attributes, ensuring only signed files are included in the release archive. |
||
|---|---|---|
| .. | ||
| support | ||
| .this-is-the-create-dmg-repo | ||
| build_darwin.sh | ||
| build_docker.sh | ||
| build_linux.sh | ||
| build_windows.ps1 | ||
| create-dmg.sh | ||
| deduplicate_cuda_libs.sh | ||
| env.sh | ||
| install.sh | ||
| push_docker.sh | ||
| tag_latest.sh | ||