mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Update python installer URL for Windows
This commit is contained in:
parent
ce0b6f0d56
commit
4b78af268f
1 changed files with 2 additions and 2 deletions
|
@ -2159,9 +2159,9 @@ void MainWindow::installPython()
|
||||||
setCursor(QCursor(Qt::WaitCursor));
|
setCursor(QCursor(Qt::WaitCursor));
|
||||||
// Download python
|
// Download python
|
||||||
#ifdef QBT_APP_64BIT
|
#ifdef QBT_APP_64BIT
|
||||||
const QString installerURL = "https://www.python.org/ftp/python/3.8.5/python-3.8.5-amd64.exe";
|
const QString installerURL = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe";
|
||||||
#else
|
#else
|
||||||
const QString installerURL = "https://www.python.org/ftp/python/3.8.5/python-3.8.5.exe";
|
const QString installerURL = "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe";
|
||||||
#endif
|
#endif
|
||||||
Net::DownloadManager::instance()->download(
|
Net::DownloadManager::instance()->download(
|
||||||
Net::DownloadRequest(installerURL).saveToFile(true)
|
Net::DownloadRequest(installerURL).saveToFile(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue