Fix issues with the meson build
This commit is contained in:
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
@@ -15,12 +15,14 @@ configure_file(
|
||||
|
||||
# Scalable icon
|
||||
install_data(
|
||||
'@0@.svg'.format(application_id),
|
||||
'@0@.svg'.format(base_id),
|
||||
install_dir: iconsdir / 'hicolor' / 'scalable' / 'apps',
|
||||
rename: '@0@.svg'.format(application_id)
|
||||
)
|
||||
|
||||
# Symbolic icon
|
||||
install_data(
|
||||
'@0@-symbolic.svg'.format(application_id),
|
||||
'@0@-symbolic.svg'.format(base_id),
|
||||
install_dir: iconsdir / 'hicolor' / 'symbolic' / 'apps',
|
||||
rename: '@0@-symbolic.svg'.format(application_id)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user