Commit 90ba0b80 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

fix `build_darwin.sh`

parent 39bb25d5
...@@ -11,7 +11,7 @@ codesign --deep --force --options=runtime --sign "$APPLE_IDENTITY" --timestamp d ...@@ -11,7 +11,7 @@ codesign --deep --force --options=runtime --sign "$APPLE_IDENTITY" --timestamp d
# build and sign the mac app # build and sign the mac app
npm run --prefix app make:sign npm run --prefix app make:sign
cp app/out/make/zip/darwin/universal/Ollama-darwin-universal-${VERSION:-0.0..zip dist/Ollama-darwin.zip cp app/out/make/zip/darwin/universal/Ollama-darwin-universal-${VERSION:-0.0.0}.zip dist/Ollama-darwin.zip
# sign the binary and rename it # sign the binary and rename it
codesign -f --timestamp -s "$APPLE_IDENTITY" --identifier ai.ollama.ollama --options=runtime dist/ollama codesign -f --timestamp -s "$APPLE_IDENTITY" --identifier ai.ollama.ollama --options=runtime dist/ollama
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment