[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41184: Update generate blog post script to use new blog header images



Title: GitLab

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:

Changes:

  • tools/signing/create-blog-post
    ... ... @@ -18,9 +18,9 @@ echo "Created directory $blog_dir"
    18 18
     
    
    19 19
     if test "$tbb_version_type" = "release"
    
    20 20
     then
    
    21
    -  lead=../../../assets/static/images/blog/tor-browser-13.png
    
    21
    +  lead=../../../assets/static/images/blog/tor-browser-stable.png
    
    22 22
     else
    
    23
    -  lead=../../../assets/static/images/blog/tor-browser_0_0.png
    
    23
    +  lead=../../../assets/static/images/blog/tor-browser-alpha.png
    
    24 24
     fi
    
    25 25
     ln -s "$lead" "$blog_dir/lead.png"
    
    26 26
     echo "Created $blog_dir/lead.png -> $lead"
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits