You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Removed need for build dir for Electron app
This commit is contained in:
@@ -141,7 +141,7 @@ async function main() {
|
||||
const rnJsonLocaleDir = rnDir + '/locales';
|
||||
await execCommand('rsync -a "' + jsonLocalesDir + '/" "' + rnJsonLocaleDir + '"');
|
||||
|
||||
const electronJsonLocaleDir = rootDir + '/ElectronClient/build/locales';
|
||||
const electronJsonLocaleDir = rootDir + '/ElectronClient/app/locales';
|
||||
await execCommand('rsync -a "' + jsonLocalesDir + '/" "' + electronJsonLocaleDir + '"');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user