mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
allow checking for betas when autoupdate is off
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user