fix: fixed auto update check URL

This commit is contained in:
Qv2ray-dev 2020-03-27 22:06:05 +08:00
parent a5eb59604e
commit c62d84ada8

View File

@ -9,8 +9,8 @@
const inline QMap<int, QString> UpdateChannelLink //
{
{ 0, "https://api.github.com/repos/Qv2ray-dev/Qv2ray/releases/latest" }, //
{ 1, "https://api.github.com/repos/Qv2ray-dev/Qv2ray/releases?per_page=1" } //
{ 0, "https://api.github.com/repos/Qv2ray/Qv2ray/releases/latest" }, //
{ 1, "https://api.github.com/repos/Qv2ray/Qv2ray/releases?per_page=1" } //
};
namespace Qv2ray::components