Преглед на файлове

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
Daniel Hiltgen преди 1 година
родител
ревизия
272e53a1f5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      scripts/build_windows.ps1

+ 1 - 0
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() {