diff --git a/meson.build b/meson.build index 7bd3b53..097157a 100644 --- a/meson.build +++ b/meson.build @@ -21,9 +21,6 @@ endif application_id = 'de.wolfvollprecht.UberWriter@0@'.format(profile) -# This doesn't work yet. It's doesn't find the python3 from the sandboxed env first -# python = import('python') -# python3 = python.find_installation('python3') python = import('python3') python3 = python.find_python() if not python3.found() @@ -65,6 +62,11 @@ subdir('data') #subdir('help') subdir('po') +install_subdir( + 'uberwriter', + install_dir: python3 +) + message('Preparing init file') configure_file( input: 'uberwriter.in',