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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Mon Mar 6 09:22:32 UTC 2023



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/fffda1fdc3bbbee4b3a7a3d1057ae764c9641467

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/fffda1fdc3bbbee4b3a7a3d1057ae764c9641467
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230306/80d02c90/attachment.htm>


More information about the tor-commits mailing list