mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Bump python version for new installation
This commit is contained in:
parent
029795bc19
commit
2e4584578b
1 changed files with 2 additions and 2 deletions
|
@ -2011,9 +2011,9 @@ void MainWindow::installPython()
|
|||
setCursor(QCursor(Qt::WaitCursor));
|
||||
// Download python
|
||||
#ifdef QBT_APP_64BIT
|
||||
const QString installerURL = "https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe";
|
||||
const QString installerURL = "https://www.python.org/ftp/python/3.8.1/python-3.8.1-amd64.exe";
|
||||
#else
|
||||
const QString installerURL = "https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe";
|
||||
const QString installerURL = "https://www.python.org/ftp/python/3.8.1/python-3.8.1.exe";
|
||||
#endif
|
||||
Net::DownloadManager::instance()->download(
|
||||
Net::DownloadRequest(installerURL).saveToFile(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue