
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: - projects/browser/windows-installer.nsi Changes: ===================================== projects/browser/windows-installer.nsi ===================================== @@ -240,6 +240,9 @@ ${EndIf} FunctionEnd Function StartBrowser -ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk" +[% IF !system_install_mode -%] + ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk" +[% ELSE -%] + ExecShell "open" "$INSTDIR/[% c('var/exe_name') %].exe" +[% END -%] FunctionEnd - View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/ff... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/ff... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)