Always install the scalable icons
This commit is contained in:
parent
2f09df75b0
commit
7e015f88a9
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ def add_image (bld, category, name):
|
|||
else:
|
||||
Utils.pprint ('BLUE', "Optimized icons could not be created.")
|
||||
break
|
||||
bld.install_files ('${MDATADIR}/icons/hicolor/scalable/' + category,
|
||||
srcdir + '/icons/scalable/' + name + '.svg')
|
||||
|
||||
add_image (bld, 'categories', 'extension')
|
||||
add_image (bld, 'apps', 'midori')
|
||||
|
|
Loading…
Reference in a new issue