mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
[client] UI Refactor Icon Paths (#3420)
[client] UI Refactor Icon Paths (#3420)
This commit is contained in:
BIN
client/ui/build/banner.bmp
Normal file
BIN
client/ui/build/banner.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
5
client/ui/build/build-ui-linux.sh
Normal file
5
client/ui/build/build-ui-linux.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
sudo apt update
|
||||
sudo apt remove gir1.2-appindicator3-0.1
|
||||
sudo apt install -y libayatana-appindicator3-dev
|
||||
go build
|
||||
8
client/ui/build/netbird.desktop
Normal file
8
client/ui/build/netbird.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Netbird
|
||||
Exec=/usr/bin/netbird-ui
|
||||
Icon=netbird
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Utility;
|
||||
Keywords=netbird;
|
||||
Reference in New Issue
Block a user