Loading toolkit/xre/MacRunFromDmgUtils.mm +2 −2 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ static void ShowInstallFailedDialog() { NS_OBJC_END_TRY_IGNORE_BLOCK; } #ifdef MOZ_UPDATER #if defined(MOZ_UPDATER) && !defined(BASE_BROWSER_VERSION) bool LaunchElevatedDmgInstall(NSString* aBundlePath, NSArray* aArguments) { NSTask* task = [[NSTask alloc] init]; [task setExecutableURL:[NSURL fileURLWithPath:aBundlePath]]; Loading Loading @@ -291,7 +291,7 @@ static bool InstallFromPath(NSString* aBundlePath, NSString* aDestPath) { installSuccessful = true; } #ifdef MOZ_UPDATER #if defined(MOZ_UPDATER) && !defined(BASE_BROWSER_VERSION) // The installation may have been unsuccessful if the user did not have the // rights to write to the Applications directory. Check for this situation and // launch an elevated installation if necessary. Rather than creating a new, Loading Loading
toolkit/xre/MacRunFromDmgUtils.mm +2 −2 Original line number Diff line number Diff line Loading @@ -262,7 +262,7 @@ static void ShowInstallFailedDialog() { NS_OBJC_END_TRY_IGNORE_BLOCK; } #ifdef MOZ_UPDATER #if defined(MOZ_UPDATER) && !defined(BASE_BROWSER_VERSION) bool LaunchElevatedDmgInstall(NSString* aBundlePath, NSArray* aArguments) { NSTask* task = [[NSTask alloc] init]; [task setExecutableURL:[NSURL fileURLWithPath:aBundlePath]]; Loading Loading @@ -291,7 +291,7 @@ static bool InstallFromPath(NSString* aBundlePath, NSString* aDestPath) { installSuccessful = true; } #ifdef MOZ_UPDATER #if defined(MOZ_UPDATER) && !defined(BASE_BROWSER_VERSION) // The installation may have been unsuccessful if the user did not have the // rights to write to the Applications directory. Check for this situation and // launch an elevated installation if necessary. Rather than creating a new, Loading