richard pushed to branch tor-browser-115.7.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/mozapps/update/updater/updater.cpp
    ... ... @@ -2955,7 +2955,7 @@ int LaunchCallbackAndPostProcessApps(int argc, NS_tchar** argv,
    2955 2955
     #endif
    
    2956 2956
     
    
    2957 2957
       if (argc > callbackIndex) {
    
    2958
    -#if defined(XP_WIN) && !defined(BASE_BROWSER_UPDATE)
    
    2958
    +#if defined(XP_WIN) && !defined(TOR_BROWSER)
    
    2959 2959
         if (gSucceeded) {
    
    2960 2960
           if (!LaunchWinPostProcess(gInstallDirPath, gPatchDirPath)) {
    
    2961 2961
             fprintf(stderr, "The post update process was not launched");