[PR #1243] [MERGED] Download link based on installation type #13438

Open
opened 2026-08-05 02:08:25 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1243
Author: @pappz
Created: 10/23/2023
Status: Merged
Merged: 10/26/2023
Merged by: @pappz

Base: feature/update-checkHead: feature/update-notification-windows


📝 Commits (1)

  • b7aa3d9 Download link based on installation type

📊 Changes

4 files changed (+58 additions, -42 deletions)

View changed files

📝 version/url.go (+0 -42)
version/url_darwin.go (+33 -0)
version/url_linux.go (+6 -0)
version/url_windows.go (+19 -0)

📄 Description

Describe your changes

Based on the registry, determine the installation source (MSI or EXE)
and open the appropriate link in the update notification menu

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/1243 **Author:** [@pappz](https://github.com/pappz) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `feature/update-check` ← **Head:** `feature/update-notification-windows` --- ### 📝 Commits (1) - [`b7aa3d9`](https://github.com/netbirdio/netbird/commit/b7aa3d9bdf0fb5b7fe5744495c7b629e0c59717d) Download link based on installation type ### 📊 Changes **4 files changed** (+58 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `version/url.go` (+0 -42) ➕ `version/url_darwin.go` (+33 -0) ➕ `version/url_linux.go` (+6 -0) ➕ `version/url_windows.go` (+19 -0) </details> ### 📄 Description ## Describe your changes Based on the registry, determine the installation source (MSI or EXE) and open the appropriate link in the update notification menu ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:08:26 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#13438