1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

updated i18n archives script

This commit is contained in:
Nikolay Pultsin 2010-12-25 22:16:55 +00:00
parent e967e8511e
commit e9167d9f25

View file

@ -8,7 +8,7 @@ build_language_archive() {
mkdir $dir mkdir $dir
cp assets/resources/application/$lang.xml $dir/FBReader-$lang.xml cp assets/resources/application/$lang.xml $dir/FBReader-$lang.xml
cp assets/resources/zlibrary/$lang.xml $dir/zlibrary-$lang.xml cp assets/resources/zlibrary/$lang.xml $dir/zlibrary-$lang.xml
cp plugins/litres/assets/resources/application/$lang.xml $dir/litres-plugin-$lang.xml cp ../FBReaderJ-litres-plugin/assets/resources/application/$lang.xml $dir/litres-plugin-$lang.xml
cp assets/data/help/MiniHelp.$lang.fb2 $dir cp assets/data/help/MiniHelp.$lang.fb2 $dir
zip -r $dir.zip $dir zip -r $dir.zip $dir
rm -rf $dir rm -rf $dir