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

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



Title: GitLab

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:

Changes:

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

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