You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Tools: Fixed build-translation tool on macOS
This commit is contained in:
@@ -113,7 +113,7 @@ async function createPotFile(potFilePath) {
|
||||
'./Tools/*',
|
||||
];
|
||||
|
||||
const findCommand = `find ./ -iname '*.js' -not -path '${excludedDirs.join('\' -not -path \'')}'`;
|
||||
const findCommand = `find . -iname '*.js' -not -path '${excludedDirs.join('\' -not -path \'')}'`;
|
||||
|
||||
process.chdir(`${__dirname}/..`);
|
||||
const files = (await execCommand(findCommand)).split('\n');
|
||||
|
Reference in New Issue
Block a user