1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Chore: Fixed running buildTranslations on Apple Silicon

This commit is contained in:
Laurent Cozic
2025-04-24 09:14:45 +01:00
parent 66f6310c17
commit 6379023165

View File

@@ -25,6 +25,7 @@ export const translationExecutablePath = (file: string) => {
'/usr/local/opt/gettext/bin/',
'/opt/local/bin/',
'/usr/local/bin/',
'/opt/homebrew/bin/',
];
for (const path of potentialPaths) {