Closed lenemter closed 1 year ago
while here, you could change the join_paths() to / syntax and use gnome.post_install(glib_compile_schemas: true) in place of the meson/post_install.py script. gnome.post_install() is available since 0.57.
join_paths()
/
gnome.post_install(glib_compile_schemas: true)
meson/post_install.py
while here, you could change the
join_paths()
to/
syntax and usegnome.post_install(glib_compile_schemas: true)
in place of themeson/post_install.py
script. gnome.post_install() is available since 0.57.