screenrecorder
screenrecorder copied to clipboard
Improve build
I improved a little the way your app is build with meson.
I split the meson.build files within the different folders for more clarity. I also simplified the post_install.py script and added the .editorconfig with elementary recommended parameters.
Finally I moved the gresources to a better location in icons/symbolic.
This PR is ready for review
The CI complains about the permission error of the postinst script:
meson.build:42:6: ERROR: Script or command 'meson/post_install.py' not found or not executable
I guess you need to chmod the permission of meson/post_install.py.
You're absolutely right, it happens sometimes. I'm going to fix this during the day !