mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8313 from nextcloud/backport/8280/stable-3.16
[stable-3.16] fix(AppImage): bundle client translations
This commit is contained in:
commit
eff040cf77
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user