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
92423b06
Commit
92423b06
authored
Feb 21, 2024
by
Jeffrey Morgan
Browse files
add `dist` directory in `build_windows.ps`
parent
b3eac61c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/build_windows.ps1
scripts/build_windows.ps1
+1
-0
No files found.
scripts/build_windows.ps1
View file @
92423b06
...
...
@@ -60,6 +60,7 @@ function buildOllama() {
/csp
"Google Cloud KMS Provider"
/kc
${env:KEY_CONTAINER}
ollama.exe
if
(
$LASTEXITCODE
-ne
0
)
{
exit
(
$LASTEXITCODE
)}
}
New-Item
-ItemType
Directory
-Path
.
\dist
-Force
cp
.
\ollama.exe
.
\dist\ollama-windows-amd64.exe
}
...
...
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