Fix icon path on Linux
This commit is contained in:
parent
1c5e986dcf
commit
b646b284bf
|
@ -5,7 +5,7 @@ Name=Synergy
|
||||||
Comment=Keyboard and mouse sharing solution
|
Comment=Keyboard and mouse sharing solution
|
||||||
Path=/usr/bin
|
Path=/usr/bin
|
||||||
Exec=/usr/bin/synergy
|
Exec=/usr/bin/synergy
|
||||||
Icon=/usr/share/icons/synergy.svg
|
Icon=synergy
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;
|
Categories=Network;
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Name=Synergy
|
||||||
Comment=Keyboard and mouse sharing solution
|
Comment=Keyboard and mouse sharing solution
|
||||||
Path=/usr/bin
|
Path=/usr/bin
|
||||||
Exec=/usr/bin/synergy2
|
Exec=/usr/bin/synergy2
|
||||||
Icon=/usr/share/icons/synergy.svg
|
Icon=synergy
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;
|
Categories=Network;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue