From 272e53a1f56dcefb1b69b94af3e575d2f5e84485 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Thu, 15 Feb 2024 08:25:40 -0800 Subject: [PATCH] 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 --- scripts/build_windows.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_windows.ps1 b/scripts/build_windows.ps1 index fae821e2..10052590 100644 --- a/scripts/build_windows.ps1 +++ b/scripts/build_windows.ps1 @@ -60,6 +60,7 @@ function buildOllama() { /csp "Google Cloud KMS Provider" /kc ${env:KEY_CONTAINER} ollama.exe if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)} } + cp .\ollama.exe .\dist\ollama-windows-amd64.exe } function buildApp() {