oops typo
authorAlan Knowles <alan@roojs.com>
Tue, 23 Jan 2024 15:52:10 +0000 (23:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 23 Jan 2024 15:52:10 +0000 (23:52 +0800)
meson.build
src/Project/Meson.vala

index ec1d61f..384b128 100644 (file)
@@ -75,6 +75,13 @@ gnome = import('gnome')
 gnome.post_install(gtk_update_icon_cache : true)
 
 
+
+install_data(
+       'roobuilder.desktop',
+       install_dir : get_option('datadir') + '/applications/''
+)
+
+
 roobuilder_src = files([
    'src/Builder4/About.vala',
    'src/Builder4/DialogConfirm.vala',
index baf4234..59198ce 100644 (file)
@@ -166,7 +166,7 @@ gnome.post_install(gtk_update_icon_cache : true)
                        return @"
 install_data(
        '$path',
-       install_dir : get_option('datadir') + '/applications/''
+       install_dir : get_option('datadir') + '/applications/'
 )
 ";
                }