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/87...
tor-commits@lists.torproject.org