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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40801: Correct the ExecShell open path on the Windows system-wide installer



Title: GitLab

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

Commits:

  • fffda1fd
    by Pier Angelo Vendrame at 2023-03-06T10:21:29+01:00
    Bug 40801: Correct the ExecShell open path on the Windows system-wide installer
    

1 changed file:

Changes:

  • projects/browser/windows-installer.nsi
    ... ... @@ -240,6 +240,9 @@ ${EndIf}
    240 240
     FunctionEnd
    
    241 241
     
    
    242 242
     Function StartBrowser
    
    243
    -ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
    
    243
    +[% IF !system_install_mode -%]
    
    244
    +  ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
    
    245
    +[% ELSE -%]
    
    246
    +  ExecShell "open" "$INSTDIR/[% c('var/exe_name') %].exe"
    
    247
    +[% END -%]
    
    244 248
     FunctionEnd
    245
    -

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