Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
9da9e8fb
"...resnet50_tensorflow.git" did not exist on "c7f443b72625a9a68a41fe5a2d5881903052dd8e"
Commit
9da9e8fb
authored
Feb 13, 2024
by
Daniel Hiltgen
Committed by
jmorganca
Feb 15, 2024
Browse files
Move Mac App to a new dir
parent
42e77e2a
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
4 additions
and
4 deletions
+4
-4
macapp/src/index.ts
macapp/src/index.ts
+0
-0
macapp/src/install.ts
macapp/src/install.ts
+0
-0
macapp/src/ollama.svg
macapp/src/ollama.svg
+0
-0
macapp/src/preload.ts
macapp/src/preload.ts
+0
-0
macapp/src/renderer.tsx
macapp/src/renderer.tsx
+0
-0
macapp/tailwind.config.js
macapp/tailwind.config.js
+0
-0
macapp/tsconfig.json
macapp/tsconfig.json
+0
-0
macapp/webpack.main.config.ts
macapp/webpack.main.config.ts
+0
-0
macapp/webpack.plugins.ts
macapp/webpack.plugins.ts
+0
-0
macapp/webpack.renderer.config.ts
macapp/webpack.renderer.config.ts
+0
-0
macapp/webpack.rules.ts
macapp/webpack.rules.ts
+0
-0
scripts/build_darwin.sh
scripts/build_darwin.sh
+4
-4
No files found.
app/src/index.ts
→
mac
app/src/index.ts
View file @
9da9e8fb
File moved
app/src/install.ts
→
mac
app/src/install.ts
View file @
9da9e8fb
File moved
app/src/ollama.svg
→
mac
app/src/ollama.svg
View file @
9da9e8fb
File moved
app/src/preload.ts
→
mac
app/src/preload.ts
View file @
9da9e8fb
File moved
app/src/renderer.tsx
→
mac
app/src/renderer.tsx
View file @
9da9e8fb
File moved
app/tailwind.config.js
→
mac
app/tailwind.config.js
View file @
9da9e8fb
File moved
app/tsconfig.json
→
mac
app/tsconfig.json
View file @
9da9e8fb
File moved
app/webpack.main.config.ts
→
mac
app/webpack.main.config.ts
View file @
9da9e8fb
File moved
app/webpack.plugins.ts
→
mac
app/webpack.plugins.ts
View file @
9da9e8fb
File moved
app/webpack.renderer.config.ts
→
mac
app/webpack.renderer.config.ts
View file @
9da9e8fb
File moved
app/webpack.rules.ts
→
mac
app/webpack.rules.ts
View file @
9da9e8fb
File moved
scripts/build_darwin.sh
View file @
9da9e8fb
...
@@ -24,13 +24,13 @@ fi
...
@@ -24,13 +24,13 @@ fi
chmod
+x dist/ollama
chmod
+x dist/ollama
# build and optionally sign the mac app
# build and optionally sign the mac app
npm
install
--prefix
app
npm
install
--prefix
mac
app
if
[
-n
"
$APPLE_IDENTITY
"
]
;
then
if
[
-n
"
$APPLE_IDENTITY
"
]
;
then
npm run
--prefix
app make:sign
npm run
--prefix
mac
app make:sign
else
else
npm run
--prefix
app make
npm run
--prefix
mac
app make
fi
fi
cp
app/out/make/zip/darwin/universal/Ollama-darwin-universal-
$VERSION
.zip dist/Ollama-darwin.zip
cp
mac
app/out/make/zip/darwin/universal/Ollama-darwin-universal-
$VERSION
.zip dist/Ollama-darwin.zip
# sign the binary and rename it
# sign the binary and rename it
if
[
-n
"
$APPLE_IDENTITY
"
]
;
then
if
[
-n
"
$APPLE_IDENTITY
"
]
;
then
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment