Skip to content

Commit a3d0b94

Browse files
logo: Switch app icons to non-"beta" versions
Fixes: #1537
1 parent a3313ec commit a3d0b94

22 files changed

+3
-5
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

tools/generate-logos

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,16 @@ jq --version >/dev/null 2>&1 \
4545
|| die "Need jq -- try 'apt install jq'."
4646

4747

48-
# White Z above "BETA", on transparent background.
49-
# TODO(#715): use the non-beta version
50-
src_icon_foreground="${root_dir}"/assets/app-icons/zulip-white-z-beta-on-transparent.svg
48+
# White Z, on transparent background.
49+
src_icon_foreground="${root_dir}"/assets/app-icons/zulip-white-z-on-transparent.svg
5150

5251
# Gradient-colored square, full-bleed.
5352
src_icon_background="${root_dir}"/assets/app-icons/zulip-gradient.svg
5453

5554
# Combination of ${src_icon_foreground} upon ${src_icon_background}...
5655
# more or less. (The foreground layer is larger, with less padding,
5756
# and the SVG is different in random other ways.)
58-
# TODO(#715): use the non-beta version
59-
src_icon_combined="${root_dir}"/assets/app-icons/zulip-beta-combined.svg
57+
src_icon_combined="${root_dir}"/assets/app-icons/zulip-combined.svg
6058

6159

6260
make_one_ios_app_icon() {

0 commit comments

Comments
 (0)