diff --git a/bootanimation/bootanimation.tar b/bootanimation/bootanimation.tar index 95f6b4c3..7e4b0dc9 100644 Binary files a/bootanimation/bootanimation.tar and b/bootanimation/bootanimation.tar differ diff --git a/bootanimation/desc.txt b/bootanimation/desc.txt index 4aecc8ed..5ddacd6b 100644 --- a/bootanimation/desc.txt +++ b/bootanimation/desc.txt @@ -1,3 +1,5 @@ c 1 0 part0 c 0 0 part1 c 1 0 part2 +c 1 1 part3 +c 1 0 part4 diff --git a/bootanimation/generate-bootanimation.sh b/bootanimation/generate-bootanimation.sh index 5a30c39d..6ef03120 100755 --- a/bootanimation/generate-bootanimation.sh +++ b/bootanimation/generate-bootanimation.sh @@ -29,7 +29,7 @@ done tar xfp "vendor/cm/bootanimation/bootanimation.tar" --to-command="convert - -resize '$RESOLUTION' \"png8:$OUT/bootanimation/\$TAR_FILENAME\"" # Create desc.txt -echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 30 > "$OUT/bootanimation/desc.txt" +echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 60 > "$OUT/bootanimation/desc.txt" cat "vendor/cm/bootanimation/desc.txt" >> "$OUT/bootanimation/desc.txt" # Create bootanimation.zip