[PR #109] [MERGED] Add windows installer #2547

Open
opened 2025-11-20 07:11:31 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/109
Author: @mlsmaycon
Created: 9/5/2021
Status: Merged
Merged: 9/6/2021
Merged by: @mlsmaycon

Base: mainHead: add-windows-installer


📝 Commits (10+)

📊 Changes

5 files changed (+144 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+26 -1)
client/installer.nsis (+118 -0)
📝 client/manifest.xml (+0 -0)
client/ui/banner.bmp (+0 -0)
client/ui/wiretrustee.ico (+0 -0)

📄 Description

Adding Windows installer script

  • add installer script
  • add steps to ci/cd

🔄 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/109 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 9/5/2021 **Status:** ✅ Merged **Merged:** 9/6/2021 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `add-windows-installer` --- ### 📝 Commits (10+) - [`a7eb5c9`](https://github.com/netbirdio/netbird/commit/a7eb5c906610ad8dcc05e39835d82d89522ec13b) windows installer - [`91de32b`](https://github.com/netbirdio/netbird/commit/91de32b30de22ffba440b5dc5db6fa6f997ab9e2) unpack function in local dir - [`974a4ed`](https://github.com/netbirdio/netbird/commit/974a4edc421a3167f84a933c1ff35343248af69a) working-directory client - [`e47e66d`](https://github.com/netbirdio/netbird/commit/e47e66d1e0bf46c36f4d6e0cf6027d2226a112ba) using env var plugin - [`e6580b0`](https://github.com/netbirdio/netbird/commit/e6580b0b53cf24ad9677063a05aaa2d404704d3f) test tag and publishing - [`e2ad878`](https://github.com/netbirdio/netbird/commit/e2ad87831d13ada4a49ad6510e7c2804740d9288) getting version from tag - [`50f2373`](https://github.com/netbirdio/netbird/commit/50f237369a12a7a83f083dac59903599518a6149) using version number - [`f89f1e0`](https://github.com/netbirdio/netbird/commit/f89f1e099a00672a824da8d6b28de4e99904132e) remove unnecessary commands and add description - [`5bc6fc4`](https://github.com/netbirdio/netbird/commit/5bc6fc4014ae98c1900914e55ff822b0573bda7f) using long version outputs - [`1ec84f1`](https://github.com/netbirdio/netbird/commit/1ec84f180e6f8e7b5643091ead5c61a616c08c8a) uncomment docker steps ### 📊 Changes **5 files changed** (+144 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+26 -1) ➕ `client/installer.nsis` (+118 -0) 📝 `client/manifest.xml` (+0 -0) ➕ `client/ui/banner.bmp` (+0 -0) ➕ `client/ui/wiretrustee.ico` (+0 -0) </details> ### 📄 Description Adding Windows installer script - [ ] add installer script - [ ] add steps to ci/cd --- <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 2025-11-20 07:11:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2547