Merge pull request #8313 from nextcloud/backport/8280/stable-3.16

[stable-3.16] fix(AppImage): bundle client translations
This commit is contained in:
Matthieu Gallien 2025-05-30 09:39:34 +02:00 committed by GitHub
commit eff040cf77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,10 @@ rm -rf usr/share/caja-python/
rm -rf usr/share/nautilus-python/
rm -rf usr/share/nemo-python/
# The client-specific data dir also contains the translations, we want to have those in the AppImage.
mkdir -p AppDir/usr/share
mv usr/share/${EXECUTABLE_NAME} AppDir/usr/share/${EXECUTABLE_NAME}
# Move sync exclude to right location
mv /app/etc/*/sync-exclude.lst usr/bin/
rm -rf etc