Finally figured out the icon thing

This commit is contained in:
jeffser
2024-05-12 20:49:39 -06:00
parent dbd6c20ce1
commit a9c71a12b5
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
project('alpaca',
project('Alpaca',
version: '0.1.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
@@ -7,7 +7,6 @@ project('alpaca',
i18n = import('i18n')
gnome = import('gnome')
subdir('data')
subdir('src')
subdir('po')