Merge branch 'dev' into 'master'

Default to larger icon.

See merge request b0/matrique!14
This commit is contained in:
Black Hat 2018-08-15 11:23:33 +00:00
commit 2c7d503ff1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -74,6 +74,6 @@ unix:!mac {
desktop.files = $$PWD/matrique.desktop
desktop.path = $$PREFIX/share/applications
icons.files = $$PWD/icons/matrique.png
icons.path = $$PREFIX/share/icons/hicolor/64x64/apps
icons.path = $$PREFIX/share/icons/hicolor/128x128/apps
INSTALLS += metainfo desktop mime icons
}