We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddc44bf + 17516cb commit d3c9db8Copy full SHA for d3c9db8
data/com.github.gabutakut.gabutdm.appdata.xml.in
@@ -31,7 +31,7 @@
31
<binary>com.github.gabutakut.gabutdm</binary>
32
</provides>
33
<releases>
34
- <release version="2.2.6" date="2024-6-19">
+ <release version="2.2.7" date="2024-6-20">
35
<description>
36
<p>Replace Treeview to Listbox</p>
37
<p>Remove and replace Deprecated library</p>
data/meson.build
@@ -48,21 +48,8 @@ actions = [
48
foreach m : actions
49
install_data(
50
join_paths('icons', 'actions', meson.project_name() + m),
51
- install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16' , 'apps')
+ install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable' , 'apps')
52
)
53
- install_data(
54
- join_paths('icons', 'actions', meson.project_name() + m),
55
- install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '24x24' , 'apps')
56
- )
57
58
59
- install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '32x32' , 'apps')
60
61
62
63
- install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '48x48' , 'apps')
64
65
-
66
endforeach
67
68
# Translate and install our .desktop file so the Applications Menu will see it
0 commit comments