build: add lang files to build

pull/63/head
sualko 2020-05-24 18:49:19 +02:00
parent d0d1079444
commit 9cc553cdf8
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ function createArchive(appId, fileBaseName) {
addDirectory('appinfo');
addDirectory('img');
addDirectory('js'),
addDirectory('l10n'),
addDirectory('lib');
addDirectory('templates');
addFile('COPYING');