mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
fix: fixed auto update check URL
This commit is contained in:
parent
a5eb59604e
commit
c62d84ada8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user