mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-11 22:00:16 -04:00
stop copying into "res/res"
This commit is contained in:
parent
b0d142138f
commit
a40a295279
@ -6,7 +6,7 @@ for f in *; do # for all files in current directory
|
||||
if [ -f "$f/info.json" ] && [ -d "$f/res" ]; then #that has a json file and icon set
|
||||
mkdir -p "kiwix-android/custom/src/$f/res" #make directory
|
||||
cp -v "$f/info.json" "kiwix-android/custom/src/$f/info.json" # copy json over
|
||||
cp -vr "$f/res" "kiwix-android/custom/src/$f/res" #copy icons over
|
||||
cp -vr "$f/res" "kiwix-android/custom/src/$f" #copy icons over
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user