1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

add shared folder (#850)

shared 📁 is needed, so the encryption menu will be translated
This commit is contained in:
FoxMaSk 2018-10-04 23:30:48 +02:00 committed by Laurent Cozic
parent f6c5620682
commit 3c2de70baa

View File

@ -209,6 +209,7 @@ async function main() {
rnDir + '/lib/models/*.js',
rnDir + '/lib/services/*.js',
rnDir + '/lib/components/*.js',
rnDir + '/lib/components/shared/*.js',
rnDir + '/lib/components/screens/*.js',
]);