mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -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.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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user