]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - tools/banner-png
prepare v0.21.0 (49) for release
[mobile-ledger-staging.git] / tools / banner-png
index d90c8ca54bb5a65456dde2da9353ee72839b8119..a72fbc984230a5a19717598de668a4cd6b2ed024 100755 (executable)
@@ -8,3 +8,10 @@ DST="metadata/en-US/images/featureGraphic.png"
 
 convert "$SRC" "$DST"
 optipng "$DST"
+
+LANG="bg-BG"
+SRC="art/app-banner-$LANG.svg"
+DST="metadata/$LANG/images/featureGraphic.png"
+
+convert "$SRC" "$DST"
+optipng "$DST"