[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41151: Explicitly initialize the plugin directory on the Windows installer.

richard (@richard) git at gitlab.torproject.org
Wed May 29 17:32:20 UTC 2024



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


Commits:
87212fc3 by Pier Angelo Vendrame at 2024-05-29T18:46:39+02:00
Bug 41151: Explicitly initialize the plugin directory on the Windows installer.

Otherwise, the Windows installer might show an error when opening.

- - - - -


1 changed file:

- projects/browser/windows-installer/browser-install.nsi


Changes:

=====================================
projects/browser/windows-installer/browser-install.nsi
=====================================
@@ -64,6 +64,7 @@ Function .onInit
   ; Skip NSIS's language selection prompt and try to use the OS language without
   ; further confirmations.
 
+  InitPluginsDir
   File /oname=$PLUGINSDIR\${WELCOME_IMAGE} "${WELCOME_IMAGE}"
 
   ReadRegStr $existingInstall HKCU "${UNINST_KEY}" "InstallLocation"



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/87212fc3c65ce112c7dc22c30ddc749f68134b5b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/87212fc3c65ce112c7dc22c30ddc749f68134b5b
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/tbb-commits/attachments/20240529/dfe50bc6/attachment.htm>


More information about the tbb-commits mailing list