master
Can202 2021-06-12 15:37:20 -04:00
parent e2fae2dce9
commit 665d4caf1e
3 changed files with 3 additions and 2 deletions

0
media/zerotier-exec Normal file → Executable file
View File

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Categories=Utility;
Comment=Linux front-end for ZeroTier
Exec=pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY zerotier-exec
Exec=pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /opt/ZeroTierInstaller/zerotier-exec
Icon=/opt/ZeroTierInstaller/zerotier-gui.png
Name=ZeroTier GUI
Terminal=false

View File

@ -99,7 +99,8 @@ sudo cp ZeroTier-GUI/src/zerotier-gui /usr/bin/
git clone https://github.com/Can202/ZeroTierInstaller
cd ZeroTierInstaller/media/
sudo cp zerotier-gui.png /opt/ZeroTierInstaller/
sudo cp zerotier-exec /usr/bin
sudo chmod a+x zerotier-exec
sudo cp zerotier-exec /opt/ZeroTierInstaller/
echo icon... done