1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Electron: Resolves #611: Allow opening and editing note in external editor

This commit is contained in:
Laurent Cozic
2018-06-18 18:56:07 +00:00
parent a8b58aaec3
commit 1f3a1c49df
7 changed files with 1627 additions and 768 deletions

View File

@ -429,6 +429,8 @@ class BaseApplication {
Setting.setConstant('resourceDir', resourceDir);
Setting.setConstant('tempDir', tempDir);
await shim.fsDriver().remove(tempDir);
await fs.mkdirp(profileDir, 0o755);
await fs.mkdirp(resourceDir, 0o755);
await fs.mkdirp(tempDir, 0o755);