feat: install scripts and run them from the proper path

This commit is contained in:
Gabriele Musco 2023-06-18 13:35:18 +02:00
commit 5b4f4ab085
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
5 changed files with 11 additions and 6 deletions

View file

@ -73,6 +73,7 @@ global_conf.set('REPO_URL', upstream_repo)
subdir('data')
subdir('po')
subdir('src')
subdir('scripts')
gnome.post_install(
gtk_update_icon_cache: true,