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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41426: Set the Lyrebird version.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 73f4d593
    by Pier Angelo Vendrame at 2025-04-07T16:00:21+02:00
    Bug 41426: Set the Lyrebird version.
    

1 changed file:

Changes:

  • projects/lyrebird/build
    ... ... @@ -20,7 +20,7 @@ cd /var/tmp/build/[% project %]-[% c('version') %]
    20 20
     
    
    21 21
     tar -xf $rootdir/[% c('input_files_by_name/go_vendor') %]
    
    22 22
     
    
    23
    -go build -mod=vendor -ldflags '-s[% IF c("var/android") %] -checklinkname=0[% END %]' ./cmd/lyrebird
    
    23
    +go build -mod=vendor -ldflags '-X main.lyrebirdVersion=[% c("version") %] -s[% IF c("var/android") %] -checklinkname=0[% END %]' ./cmd/lyrebird
    
    24 24
     cp -a lyrebird[% IF c("var/windows") %].exe[% END %] $distdir
    
    25 25
     
    
    26 26
     go-licenses save ./cmd/lyrebird --save_path=$distdir/licenses
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx