From cf4d7c52c47d753bd04a8791b9c6042271c40c1e Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Wed, 11 Dec 2024 08:32:13 -0800 Subject: [PATCH] win: builtin arm runner (#8039) The new build embeds the arm runner in the main binary, so there is no longer a lib/ollama --- app/ollama.iss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ollama.iss b/app/ollama.iss index d5940be6c..d575fc7f6 100644 --- a/app/ollama.iss +++ b/app/ollama.iss @@ -97,7 +97,6 @@ Source: "..\dist\windows-amd64\lib\ollama\*"; DestDir: "{app}\lib\ollama\"; Chec Source: "..\dist\windows-arm64\vc_redist.arm64.exe"; DestDir: "{tmp}"; Check: IsArm64() and vc_redist_needed(); Flags: deleteafterinstall Source: "..\dist\windows-arm64-app.exe"; DestDir: "{app}"; DestName: "{#MyAppExeName}" ;Check: IsArm64(); Flags: ignoreversion 64bit Source: "..\dist\windows-arm64\ollama.exe"; DestDir: "{app}"; Check: IsArm64(); Flags: ignoreversion 64bit -Source: "..\dist\windows-arm64\lib\ollama\*"; DestDir: "{app}\lib\ollama\"; Check: IsArm64(); Flags: ignoreversion 64bit recursesubdirs #endif Source: "..\dist\ollama_welcome.ps1"; DestDir: "{app}"; Flags: ignoreversion