install uberwriter folder

ft.librem5
Manuel Genovés 2019-10-29 12:09:06 +01:00
parent 379bb91619
commit 355fecef43
1 changed files with 5 additions and 3 deletions

View File

@ -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',