From 1ca33e6b465b526473b0cd4b40f553223022de98 Mon Sep 17 00:00:00 2001 From: EpLiar Date: Fri, 31 Jul 2020 19:36:58 +0800 Subject: [PATCH] Update official site to qv2ray.net (#846) --- cmake/deployment.cmake | 2 +- makespec/BUILDVERSION | 2 +- src/ui/windows/w_PluginManager.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/deployment.cmake b/cmake/deployment.cmake index f75afc80..f80516e2 100644 --- a/cmake/deployment.cmake +++ b/cmake/deployment.cmake @@ -25,7 +25,7 @@ if(MSVC) CreateDirectory \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\Qv2ray\\\" CreateShortCut \\\"$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\Qv2ray\\\\Qv2ray.lnk\\\" \\\"$INSTDIR\\\\qv2ray.exe\\\" WriteRegStr HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\qv2ray\\\" \\\"DisplayIcon\\\" \\\"$INSTDIR\\\\qv2ray.exe\\\" - WriteRegStr HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\qv2ray\\\" \\\"HelpLink\\\" \\\"https://qv2ray.github.io\\\" + WriteRegStr HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\qv2ray\\\" \\\"HelpLink\\\" \\\"https://qv2ray.net\\\" WriteRegStr HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\qv2ray\\\" \\\"InstallLocation\\\" \\\"$INSTDIR\\\" WriteRegStr HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\qv2ray\\\" \\\"URLUpdateInfo\\\" \\\"https://github.com/Qv2ray/Qv2ray/releases\\\" WriteRegStr HKLM \\\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\qv2ray\\\" \\\"URLInfoAbout\\\" \\\"https://github.com/Qv2ray/Qv2ray\\\" diff --git a/makespec/BUILDVERSION b/makespec/BUILDVERSION index 0be7c7a4..c9a4db7e 100644 --- a/makespec/BUILDVERSION +++ b/makespec/BUILDVERSION @@ -1 +1 @@ -5817 +5818 diff --git a/src/ui/windows/w_PluginManager.cpp b/src/ui/windows/w_PluginManager.cpp index c26acb2c..0557ac5f 100644 --- a/src/ui/windows/w_PluginManager.cpp +++ b/src/ui/windows/w_PluginManager.cpp @@ -133,6 +133,6 @@ void PluginManageWindow::on_openPluginFolder_clicked() void PluginManageWindow::on_toolButton_clicked() { - auto address = GlobalConfig.uiConfig.language.contains("zh") ? "https://qv2ray.github.io/plugins/" : "https://qv2ray.github.io/en/plugins/"; + auto address = GlobalConfig.uiConfig.language.contains("zh") ? "https://qv2ray.net/plugins/" : "https://qv2ray.net/en/plugins/"; QDesktopServices::openUrl(QUrl(address)); }