From 3f1b1f620b964bcf3c96aa66701948f6bf5562af Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Tue, 21 Nov 2017 11:45:10 +0100 Subject: [PATCH] Fix typo in icon path --- YACReader/YACReader.pro | 2 +- YACReaderLibrary/YACReaderLibrary.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index a506f230..d4f56f32 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -242,7 +242,7 @@ docs.path = $$DATADIR/doc/yacreader docs.extra = cp ../README.txt ../README docs.files = ../README ../CHANGELOG.md -icon.path = $$DATADIR/icons/hicolor/scaleable/apps +icon.path = $$DATADIR/icons/hicolor/scalable/apps icon.files = ../YACReader.svg desktop.path = $$DATADIR/applications diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index b3ab4093..88a2c851 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -311,7 +311,7 @@ isEmpty(DESTDIR) { server.path = $$DATADIR/yacreader server.files = ../release/server -icon.path = $$DATADIR/icons/hicolor/scaleable/apps +icon.path = $$DATADIR/icons/hicolor/scalable/apps icon.files = ../YACReaderLibrary.svg desktop.path = $$DATADIR/applications