allow checking for betas when autoupdate is off

This commit is contained in:
Mitchell Livingston
2009-01-16 22:26:16 +00:00
parent eca2b290c0
commit f48e62a9cf
2 changed files with 2 additions and 22 deletions

View File

@@ -339,7 +339,7 @@ tr_session * fHandle;
}
//for a beta release, always use the beta appcast
#if defined(BETA_RELEASE)
#if defined(TR_BETA_RELEASE)
#define SPARKLE_TAG YES
#else
#define SPARKLE_TAG [fDefaults boolForKey: @"AutoUpdateBeta"]