diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5ea479148..e68515693 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -196,6 +196,7 @@ nfpms: description: Netbird client. homepage: https://netbird.io/ license: BSD-3-Clause + vendor: NetBird id: netbird_deb bindir: /usr/bin builds: @@ -210,6 +211,7 @@ nfpms: description: Netbird client. homepage: https://netbird.io/ license: BSD-3-Clause + vendor: NetBird id: netbird_rpm bindir: /usr/bin builds: diff --git a/.goreleaser_ui.yaml b/.goreleaser_ui.yaml index f0a65181f..a9ee52b9f 100644 --- a/.goreleaser_ui.yaml +++ b/.goreleaser_ui.yaml @@ -70,6 +70,8 @@ nfpms: - maintainer: Netbird description: Netbird client UI. homepage: https://netbird.io/ + license: BSD-3-Clause + vendor: NetBird id: netbird_ui_deb package_name: netbird-ui builds: @@ -80,7 +82,7 @@ nfpms: postinstall: "release_files/ui-post-install.sh" contents: - src: client/ui/build/linux/netbird.desktop - dst: /usr/share/applications/netbird.desktop + dst: /usr/share/applications/org.wails.netbird.desktop - src: client/ui/build/appicon.png dst: /usr/share/pixmaps/netbird.png dependencies: @@ -92,6 +94,8 @@ nfpms: - maintainer: Netbird description: Netbird client UI. homepage: https://netbird.io/ + license: BSD-3-Clause + vendor: NetBird id: netbird_ui_rpm package_name: netbird-ui builds: @@ -102,7 +106,7 @@ nfpms: postinstall: "release_files/ui-post-install.sh" contents: - src: client/ui/build/linux/netbird.desktop - dst: /usr/share/applications/netbird.desktop + dst: /usr/share/applications/org.wails.netbird.desktop - src: client/ui/build/appicon.png dst: /usr/share/pixmaps/netbird.png dependencies: diff --git a/client/ui/build/linux/netbird.desktop b/client/ui/build/linux/netbird.desktop index 0b702fc07..a81f3698a 100644 --- a/client/ui/build/linux/netbird.desktop +++ b/client/ui/build/linux/netbird.desktop @@ -5,4 +5,5 @@ Icon=netbird Type=Application Terminal=false Categories=Utility; -Keywords=netbird; \ No newline at end of file +Keywords=netbird; +StartupWMClass=org.wails.netbird \ No newline at end of file