Remove prerelease

This commit is contained in:
bao-qian
2016-05-09 03:10:30 +01:00
parent bf1a65b8e8
commit 9f70af009f
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ namespace Wox
{
try
{
using (Updater = await UpdateManager.GitHubUpdateManager(Infrastructure.Wox.Github, prerelease: true))
using (Updater = await UpdateManager.GitHubUpdateManager(Infrastructure.Wox.Github))
{
await Updater.UpdateApp();
}