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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41084: $app_bundle is missing the final .app



Title: GitLab

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

Commits:

  • 97837a74
    by Pier Angelo Vendrame at 2024-02-20T09:16:21+01:00
    Bug 41084: $app_bundle is missing the final .app
    
    Fixes a bug introduced while resolving #40569.
    

1 changed file:

Changes:

  • projects/firefox/build
    ... ... @@ -187,7 +187,7 @@ echo "Starting ./mach build $(date)"
    187 187
       [% IF c("var/base-browser") -%]
    
    188 188
         mv "$distdir/Firefox.app" "$distdir/[% c('var/display_name') %].app"
    
    189 189
       [% END -%]
    
    190
    -  app_bundle="[% c('var/display_name') %]"
    
    190
    +  app_bundle="[% c('var/display_name') %].app"
    
    191 191
       # Remove firefox-bin (we don't use it, see ticket #10126)
    
    192 192
       rm -f "$distdir/$app_bundle/Contents/MacOS/[% c('var/exe_name') %]-bin"
    
    193 193
     
    

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