[PR #6967] [MERGED] windows: Support alt install paths, fit and finish #74570

Closed
opened 2026-05-05 06:43:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6967
Author: @dhiltgen
Created: 9/25/2024
Status: Merged
Merged: 10/30/2024
Merged by: @dhiltgen

Base: mainHead: windows_path


📝 Commits (2)

  • cd4c897 windows: Support alt install paths
  • 39810b6 Fit and finish improvements for windows app

📊 Changes

7 files changed (+59 additions, -19 deletions)

View changed files

📝 app/lifecycle/lifecycle.go (+2 -0)
📝 app/lifecycle/paths.go (+8 -3)
📝 app/lifecycle/server.go (+6 -0)
📝 app/lifecycle/updater_windows.go (+4 -8)
📝 app/ollama.iss (+2 -2)
📝 app/tray/wintray/menus.go (+7 -6)
📝 docs/windows.md (+30 -0)

📄 Description

  • Document alternate install location instructions for binaries and model, and fix path resolution relative to executable
  • Pop up progress UI for upgrades (automatic, with cancel button).
  • Expose non-default port in menu to disambiguate multiple instances.

Fixes #6725
Fixes #2776
Fixes #6609


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/6967 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/25/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `windows_path` --- ### 📝 Commits (2) - [`cd4c897`](https://github.com/ollama/ollama/commit/cd4c89706ba38a7fc151dc6613e234367674716d) windows: Support alt install paths - [`39810b6`](https://github.com/ollama/ollama/commit/39810b6cede6c690bf080d4be1fb5e02eddf035e) Fit and finish improvements for windows app ### 📊 Changes **7 files changed** (+59 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `app/lifecycle/lifecycle.go` (+2 -0) 📝 `app/lifecycle/paths.go` (+8 -3) 📝 `app/lifecycle/server.go` (+6 -0) 📝 `app/lifecycle/updater_windows.go` (+4 -8) 📝 `app/ollama.iss` (+2 -2) 📝 `app/tray/wintray/menus.go` (+7 -6) 📝 `docs/windows.md` (+30 -0) </details> ### 📄 Description - Document alternate install location instructions for binaries and model, and fix path resolution relative to executable - Pop up progress UI for upgrades (automatic, with cancel button). - Expose non-default port in menu to disambiguate multiple instances. Fixes #6725 Fixes #2776 Fixes #6609 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 06:43:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#74570