Fix translatable strings not being extracted from .ui files

This commit is contained in:
Kovid Goyal 2020-09-20 09:20:07 +05:30
parent d0d0bdd998
commit 162c32a362
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -149,6 +149,7 @@ username = api
install_linux_deps()
interpreter = install_calibre_binary()
install_qt_source_code()
run(interpreter, 'setup.py', 'gui')
run(interpreter, 'setup.py', 'pot')
elif action == 'test':