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