
boklm pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build Commits: e71735f4 by Nicolas Vigier at 2024-07-16T11:38:07+02:00 Bug 41184: Update generate blog post script to use new blog header images - - - - - 1 changed file: - tools/signing/create-blog-post Changes: ===================================== tools/signing/create-blog-post ===================================== @@ -18,9 +18,9 @@ echo "Created directory $blog_dir" if test "$tbb_version_type" = "release" then - lead=../../../assets/static/images/blog/tor-browser-13.png + lead=../../../assets/static/images/blog/tor-browser-stable.png else - lead=../../../assets/static/images/blog/tor-browser_0_0.png + lead=../../../assets/static/images/blog/tor-browser-alpha.png fi ln -s "$lead" "$blog_dir/lead.png" echo "Created $blog_dir/lead.png -> $lead" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e7... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e7... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
boklm (@boklm)