mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-14 17:57:06 +00:00
Merge pull request #3950 from dhiltgen/windows_packaging
Fix exe name for zip packaging on windows
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user