"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "342c5c02c0a12f8b0b2b180cea72178f5448b402"
Unverified Commit d459dc4a authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Merge pull request #3950 from dhiltgen/windows_packaging

Fix exe name for zip packaging on windows
parents c0f818a0 40bc4622
...@@ -82,7 +82,7 @@ function buildOllama() { ...@@ -82,7 +82,7 @@ function buildOllama() {
if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)} if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)}
} }
New-Item -ItemType Directory -Path .\dist\windows-amd64\ -Force New-Item -ItemType Directory -Path .\dist\windows-amd64\ -Force
cp .\ollama.exe .\dist\windows-amd64\ollama-windows-amd64.exe cp .\ollama.exe .\dist\windows-amd64\
} }
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