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 try
{ {
using (Updater = await UpdateManager.GitHubUpdateManager(Infrastructure.Wox.Github, prerelease: true)) using (Updater = await UpdateManager.GitHubUpdateManager(Infrastructure.Wox.Github))
{ {
await Updater.UpdateApp(); await Updater.UpdateApp();
} }

View File

@@ -872,7 +872,7 @@ namespace Wox
{ {
try try
{ {
using (var updater = await UpdateManager.GitHubUpdateManager(Infrastructure.Wox.Github, prerelease: true)) using (var updater = await UpdateManager.GitHubUpdateManager(Infrastructure.Wox.Github))
{ {
// todo 5/9 the return value of UpdateApp() is NULL, fucking useless! // todo 5/9 the return value of UpdateApp() is NULL, fucking useless!
await updater.UpdateApp(); await updater.UpdateApp();