mirror of
https://github.com/ollama/ollama.git
synced 2025-09-19 21:32:48 +02:00
Move Mac App to a new dir
This commit is contained in:
committed by
jmorganca
parent
42e77e2a69
commit
9da9e8fb72
@@ -24,13 +24,13 @@ fi
|
||||
chmod +x dist/ollama
|
||||
|
||||
# build and optionally sign the mac app
|
||||
npm install --prefix app
|
||||
npm install --prefix macapp
|
||||
if [ -n "$APPLE_IDENTITY" ]; then
|
||||
npm run --prefix app make:sign
|
||||
npm run --prefix macapp make:sign
|
||||
else
|
||||
npm run --prefix app make
|
||||
npm run --prefix macapp make
|
||||
fi
|
||||
cp app/out/make/zip/darwin/universal/Ollama-darwin-universal-$VERSION.zip dist/Ollama-darwin.zip
|
||||
cp macapp/out/make/zip/darwin/universal/Ollama-darwin-universal-$VERSION.zip dist/Ollama-darwin.zip
|
||||
|
||||
# sign the binary and rename it
|
||||
if [ -n "$APPLE_IDENTITY" ]; then
|
||||
|
Reference in New Issue
Block a user