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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41167: Stop generating an MB "portable" windows install



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • bb86323e
    by Nicolas Vigier at 2024-06-12T12:43:50+02:00
    Bug 41167: Stop generating an MB "portable" windows install
    
    And remove the `-install` from the other one.
    

1 changed file:

Changes:

  • projects/browser/build
    ... ... @@ -424,14 +424,15 @@ cd $distdir
    424 424
     [% ELSIF c("var/windows") %]
    
    425 425
       find "$PKG_DIR" -exec [% c("touch") %] {} \;
    
    426 426
       pushd "$PKG_DIR"
    
    427
    -  makensis browser-portable.nsi
    
    428
    -  # Working around NSIS braindamage
    
    429
    -  python3 $rootdir/pe_checksum_fix.py browser-portable.exe
    
    430
    -  mv browser-portable.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-portable-[% c("var/torbrowser_version") %].exe
    
    431 427
       [% IF c('var/mullvad-browser') -%]
    
    432 428
         makensis browser-install.nsi
    
    433 429
         python3 $rootdir/pe_checksum_fix.py browser-install.exe
    
    434
    -    mv browser-install.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-install-[% c("var/torbrowser_version") %].exe
    
    430
    +    mv browser-install.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-[% c("var/torbrowser_version") %].exe
    
    431
    +  [% ELSE -%]
    
    432
    +    makensis browser-portable.nsi
    
    433
    +    # Working around NSIS braindamage
    
    434
    +    python3 $rootdir/pe_checksum_fix.py browser-portable.exe
    
    435
    +    mv browser-portable.exe $OUTDIR/[% c("var/project-name") %]-[% c("var/osname") %]-portable-[% c("var/torbrowser_version") %].exe
    
    435 436
       [% END -%]
    
    436 437
       popd
    
    437 438
     [% END %]

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