[PR #318] [MERGED] Renaming project builds and including new Icons #12469

Closed
opened 2026-08-05 02:05:58 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/318
Author: @mlsmaycon
Created: 5/20/2022
Status: Merged
Merged: 5/21/2022
Merged by: @mlsmaycon

Base: mainHead: main


📝 Commits (10+)

  • 3bb1816 Generate app zip files and homebrew file
  • 40ff734 Generate app zip files and homebrew file
  • bf762d6 Generate app zip files and homebrew file
  • e4d21a0 New packaging name
  • bdc357e Enable main release and call new sign-pipelines
  • ec1cb5f Update Goreleaser build names
  • e35557a Skip publishing changelog
  • 9af92dd Merge branch 'netbirdio:main' into main
  • 128ea6b Skip publishing docker template tags
  • b842b14 Declare multiple archives

📊 Changes

14 files changed (+214 additions, -122 deletions)

View changed files

📝 .github/workflows/release.yml (+30 -10)
📝 .goreleaser.yaml (+106 -75)
📝 .goreleaser_ui_darwin.yaml (+6 -17)
📝 client/Dockerfile (+2 -2)
📝 client/installer.nsis (+16 -14)
📝 client/manifest.xml (+2 -2)
📝 client/resources.rc (+1 -1)
client/ui/Info.plist (+12 -0)
client/ui/Netbird.icns (+0 -0)
client/ui/manifest.xml (+17 -0)
client/ui/netbird-ui.rb.tmpl (+21 -0)
📝 client/ui/netbird.desktop (+1 -1)
client/ui/netbird.ico (+0 -0)
client/ui/wiretrustee.ico (+0 -0)

📄 Description

This PR is using new names for building and also is using new icons

I've added the new signing pipeline repo and we should have a more automated release now.

Windows installer includes new name and Icons.


🔄 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/318 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 5/20/2022 **Status:** ✅ Merged **Merged:** 5/21/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`3bb1816`](https://github.com/netbirdio/netbird/commit/3bb18167d8a8bdaff9a11bf07b47c073df52b7dc) Generate app zip files and homebrew file - [`40ff734`](https://github.com/netbirdio/netbird/commit/40ff734eb9011eed33995d1a22166ef1eb9f660a) Generate app zip files and homebrew file - [`bf762d6`](https://github.com/netbirdio/netbird/commit/bf762d607099fd70144b274d4cd5793e3233a107) Generate app zip files and homebrew file - [`e4d21a0`](https://github.com/netbirdio/netbird/commit/e4d21a0b29b480862c9c14636fe6878e14a3569f) New packaging name - [`bdc357e`](https://github.com/netbirdio/netbird/commit/bdc357eb9d6514bc99235214d77ae6ba61a543e9) Enable main release and call new sign-pipelines - [`ec1cb5f`](https://github.com/netbirdio/netbird/commit/ec1cb5f028fc68e16933ea40e0ac43bb8ee0eb8a) Update Goreleaser build names - [`e35557a`](https://github.com/netbirdio/netbird/commit/e35557a824f74691ca7bc42ec411a809c500e867) Skip publishing changelog - [`9af92dd`](https://github.com/netbirdio/netbird/commit/9af92dd3c5270ab6fb3cb58301a67da30cdf943a) Merge branch 'netbirdio:main' into main - [`128ea6b`](https://github.com/netbirdio/netbird/commit/128ea6bfd4f91d2c66bf0f0dc44b2d1cc2fc2443) Skip publishing docker template tags - [`b842b14`](https://github.com/netbirdio/netbird/commit/b842b14138a89306ddbc697285c4407323a587bb) Declare multiple archives ### 📊 Changes **14 files changed** (+214 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+30 -10) 📝 `.goreleaser.yaml` (+106 -75) 📝 `.goreleaser_ui_darwin.yaml` (+6 -17) 📝 `client/Dockerfile` (+2 -2) 📝 `client/installer.nsis` (+16 -14) 📝 `client/manifest.xml` (+2 -2) 📝 `client/resources.rc` (+1 -1) ➕ `client/ui/Info.plist` (+12 -0) ➕ `client/ui/Netbird.icns` (+0 -0) ➕ `client/ui/manifest.xml` (+17 -0) ➕ `client/ui/netbird-ui.rb.tmpl` (+21 -0) 📝 `client/ui/netbird.desktop` (+1 -1) ➕ `client/ui/netbird.ico` (+0 -0) ➖ `client/ui/wiretrustee.ico` (+0 -0) </details> ### 📄 Description This PR is using new names for building and also is using new icons I've added the new signing pipeline repo and we should have a more automated release now. Windows installer includes new name and Icons. --- <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:05:58 -04:00
saavagebueno changed title from [PR #318] [MERGED] Renaming project builds and including new Icons to [PR #318] Renaming project builds and including new Icons 2026-08-05 02:08:22 -04:00
saavagebueno changed title from [PR #318] Renaming project builds and including new Icons to [PR #318] [MERGED] Renaming project builds and including new Icons 2026-08-05 03:06:07 -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#12469