Not need update check test anymore

This commit is contained in:
Jaex 2013-11-15 14:38:19 +02:00
parent 0924cb9a86
commit a2e9dd377f

View file

@ -39,7 +39,7 @@ public class UpdateInfo
public string UpdateNotes { get; set; }
public ReleaseChannelType ReleaseChannel { get; set; }
private bool forceUpdate = true; // For testing purposes
private bool forceUpdate = false; // For testing purposes
public UpdateInfo()
{