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

Commits:

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"