Add new version window

This commit is contained in:
qianlifeng
2014-12-16 23:29:25 +08:00
parent 6c94c3aa7b
commit 3e5288836d
5 changed files with 84 additions and 2 deletions

View File

@@ -726,7 +726,7 @@ namespace Wox
Release newRelease = new UpdateChecker().CheckUpgrade();
if (newRelease != null)
{
Process.Start("http://www.getwox.com/release/" + newRelease.version);
Process.Start("http://www.getwox.com/release/version/" + newRelease.version);
}
}
}