mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix: fix update
This commit is contained in:
parent
761db2ab71
commit
7162206ea5
@ -2373,7 +2373,7 @@ void MainWindow::CheckUpdate() {
|
||||
}
|
||||
QString errors;
|
||||
if (!release_download_url.isEmpty()) {
|
||||
auto res = NetworkRequestHelper::DownloadAsset(release_download_url, "nekoray.zip");
|
||||
auto res = NetworkRequestHelper::DownloadAsset(release_download_url, "Throne.zip");
|
||||
if (!res.isEmpty()) {
|
||||
errors += res;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user