diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-21 13:02:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:02:17 +0100 |
| commit | 34c9160cc4cb9ab9aff70e7be47c403098436838 (patch) | |
| tree | 46f61ae8d06dc97f7d9e263b52def057b304a2f9 /platform | |
| parent | 6eae5c5d8a9f767d2d8b17fff5190ee14fd34b4e (diff) | |
Update for new wxWidgets version on macOS.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index fb9a24a9b..0de61bc68 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -267,7 +267,7 @@ function copy_resources { # i18n: wxWidgets .mo files for lang in de es fr it sv nl ru pl da cs sl; do mkdir "$dest/$lang" - cp $ENV/$ARCH1/share/locale/$lang/LC_MESSAGES/wxstd.mo "$dest/$lang" + cp $ENV/$ARCH1/share/locale/$lang/LC_MESSAGES/wxstd*.mo "$dest/$lang" done } |
