1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Automate building and deploying Android app

This commit is contained in:
Laurent Cozic
2018-01-17 20:16:13 +00:00
parent 1a5c8d126d
commit 6ff67e0995
6 changed files with 157 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ class FsDriverRN {
return {
birthtime: r.ctime, // Confusingly, "ctime" normally means "change time" but here it's used as "creation time"
mtime: r.mtime,
isDirectory: () => return r.isDirectory(),
isDirectory: () => r.isDirectory(),
path: path,
};
}