Skip to content

Commit e90fbf8

Browse files
committed
make sure we're install to a correctly named dir
1 parent 765a0ec commit e90fbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project (
77
i18n = import('i18n')
88
fs = import('fs')
99

10-
icon_dir = join_paths(get_option('datadir'), 'icons', 'appcons')
10+
icon_dir = join_paths(get_option('datadir'), 'icons', 'expandtheon')
1111

1212
scale_factors = get_option('scale_factors')
1313

0 commit comments

Comments
 (0)