[PR #2355] [MERGED] Fit and finish, clean up cruft on uninstall #36737

Closed
opened 2026-04-22 21:23:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2355
Author: @dhiltgen
Created: 2/4/2024
Status: Merged
Merged: 2/5/2024
Merged by: @dhiltgen

Base: appHead: win_app


📝 Commits (1)

  • c948f10 Fit and finish, clean up cruft on uninstall

📊 Changes

15 files changed (+164 additions, -57 deletions)

View changed files

app/assets/ollama.bmp (+0 -0)
app/assets/ollama.png (+0 -0)
app/lifecycle/getstarted_nonwindows.go (+9 -0)
app/lifecycle/getstarted_windows.go (+44 -0)
📝 app/lifecycle/lifecycle.go (+10 -3)
📝 app/lifecycle/logging.go (+4 -4)
📝 app/lifecycle/logging_windows.go (+2 -2)
📝 app/lifecycle/paths.go (+12 -6)
📝 app/lifecycle/server.go (+2 -2)
📝 app/ollama.iss (+31 -18)
app/ollama_welcome.ps1 (+8 -0)
📝 app/store/store.go (+8 -4)
📝 app/tray/wintray/eventloop.go (+17 -10)
📝 app/tray/wintray/tray.go (+5 -1)
📝 scripts/build_windows.ps1 (+12 -7)

📄 Description

Better job cleaning up, logging improvements, and now spawn a powershell window on first use to help users with their first run


🔄 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/2355 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 2/4/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `app` ← **Head:** `win_app` --- ### 📝 Commits (1) - [`c948f10`](https://github.com/ollama/ollama/commit/c948f107ecf7f3898749c0f1353137979fb23c0d) Fit and finish, clean up cruft on uninstall ### 📊 Changes **15 files changed** (+164 additions, -57 deletions) <details> <summary>View changed files</summary> ➕ `app/assets/ollama.bmp` (+0 -0) ➕ `app/assets/ollama.png` (+0 -0) ➕ `app/lifecycle/getstarted_nonwindows.go` (+9 -0) ➕ `app/lifecycle/getstarted_windows.go` (+44 -0) 📝 `app/lifecycle/lifecycle.go` (+10 -3) 📝 `app/lifecycle/logging.go` (+4 -4) 📝 `app/lifecycle/logging_windows.go` (+2 -2) 📝 `app/lifecycle/paths.go` (+12 -6) 📝 `app/lifecycle/server.go` (+2 -2) 📝 `app/ollama.iss` (+31 -18) ➕ `app/ollama_welcome.ps1` (+8 -0) 📝 `app/store/store.go` (+8 -4) 📝 `app/tray/wintray/eventloop.go` (+17 -10) 📝 `app/tray/wintray/tray.go` (+5 -1) 📝 `scripts/build_windows.ps1` (+12 -7) </details> ### 📄 Description Better job cleaning up, logging improvements, and now spawn a powershell window on first use to help users with their first run --- <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-04-22 21:23:04 -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#36737