diff --git a/mac_installer/PostInstall.cpp b/mac_installer/PostInstall.cpp index 1eb273a457..f23ff02e08 100755 --- a/mac_installer/PostInstall.cpp +++ b/mac_installer/PostInstall.cpp @@ -459,10 +459,10 @@ void SetLoginItem(long brandID, Boolean deleteLogInItem) if (brandID == 1) Success = AddLoginItemWithPropertiesToUser(kCurrentUser, - "/Applications/GridRepublic Desktop.app", kDoNotHideOnLaunch); + "/Applications/GridRepublic Desktop.app", kHideOnLaunch); else Success = AddLoginItemWithPropertiesToUser(kCurrentUser, - "/Applications/BOINCManager.app", kDoNotHideOnLaunch); + "/Applications/BOINCManager.app", kHideOnLaunch); } // Sets the current skin selection to the specified skin in the specified user's preferences