From 32f4dea7f5d6be1b3d132b747b3251ed3d27a0e7 Mon Sep 17 00:00:00 2001 From: Connor Lirot Date: Mon, 22 May 2017 20:26:21 -0500 Subject: [PATCH] Fix icon path in RPM spec --- dist/rpm/synergy.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rpm/synergy.spec.in b/dist/rpm/synergy.spec.in index e543a12e..48615450 100644 --- a/dist/rpm/synergy.spec.in +++ b/dist/rpm/synergy.spec.in @@ -20,7 +20,7 @@ Work seamlessly across Windows, macOS and Linux. %{_bindir}/synergys %{_bindir}/syntool %attr(644,-,-) %{_datarootdir}/applications/synergy.desktop -%attr(644,-,-) %{_datarootdir}/icons/synergy.svg +%attr(644,-,-) %{_datarootdir}/icons/hicolor/scalable/apps/synergy.svg %changelog * Wed Apr 26 2017 Symless