mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
Fix typo in icon path
This commit is contained in:
parent
28a6939a01
commit
3f1b1f620b
@ -242,7 +242,7 @@ docs.path = $$DATADIR/doc/yacreader
|
|||||||
docs.extra = cp ../README.txt ../README
|
docs.extra = cp ../README.txt ../README
|
||||||
docs.files = ../README ../CHANGELOG.md
|
docs.files = ../README ../CHANGELOG.md
|
||||||
|
|
||||||
icon.path = $$DATADIR/icons/hicolor/scaleable/apps
|
icon.path = $$DATADIR/icons/hicolor/scalable/apps
|
||||||
icon.files = ../YACReader.svg
|
icon.files = ../YACReader.svg
|
||||||
|
|
||||||
desktop.path = $$DATADIR/applications
|
desktop.path = $$DATADIR/applications
|
||||||
|
@ -311,7 +311,7 @@ isEmpty(DESTDIR) {
|
|||||||
server.path = $$DATADIR/yacreader
|
server.path = $$DATADIR/yacreader
|
||||||
server.files = ../release/server
|
server.files = ../release/server
|
||||||
|
|
||||||
icon.path = $$DATADIR/icons/hicolor/scaleable/apps
|
icon.path = $$DATADIR/icons/hicolor/scalable/apps
|
||||||
icon.files = ../YACReaderLibrary.svg
|
icon.files = ../YACReaderLibrary.svg
|
||||||
|
|
||||||
desktop.path = $$DATADIR/applications
|
desktop.path = $$DATADIR/applications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user