diff --git a/CHANGELOG.md b/CHANGELOG.md index 842c3ef38..3d8ad9dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +Mobile: fix missing translations on Android CSV export: support for multiple cylinders CSV import: support for multiple cylinders for Subsurface CSV files CSV import: multiple bug fixes for Subsurface CSV files diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 53925ef45..718721b6a 100755 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -413,8 +413,8 @@ fi # now make the translations make translations -mkdir -p assets/translations -cp -a translations/*.qm assets/translations +mkdir -p subsurface-mobile-"$ANDROID_ABI"/assets/translations +cp -a translations/*.qm subsurface-mobile-"$ANDROID_ABI"/assets/translations # now build Subsurface and use the rest of the command line arguments make "$@"