Skip to content

Commit

Permalink
win: builtin arm runner (ollama#8039)
Browse files Browse the repository at this point in the history
The new build embeds the arm runner in the
main binary, so there is no longer a lib/ollama
  • Loading branch information
dhiltgen authored Dec 11, 2024
1 parent 6a6328a commit cf4d7c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ollama.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf4d7c5

Please sign in to comment.