You've already forked joplin
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:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user