Commit 272e53a1 authored by Daniel Hiltgen's avatar Daniel Hiltgen
Browse files

Prepare to distribute standalone windows executable

This will be useful for our automated test riggig, and may be useful for
advanced users who want to "roll their own" system service
parent 86808f80
...@@ -60,6 +60,7 @@ function buildOllama() { ...@@ -60,6 +60,7 @@ function buildOllama() {
/csp "Google Cloud KMS Provider" /kc ${env:KEY_CONTAINER} ollama.exe /csp "Google Cloud KMS Provider" /kc ${env:KEY_CONTAINER} ollama.exe
if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)} if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)}
} }
cp .\ollama.exe .\dist\ollama-windows-amd64.exe
} }
function buildApp() { function buildApp() {
......
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