mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Change the program updater's URL for Windows and Mac OS X. Closes #1954.
This commit is contained in:
parent
e3d079ccb3
commit
e10e2e1719
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@
|
||||||
#include "preferences.h"
|
#include "preferences.h"
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
const QUrl RSS_URL("http://sourceforge.net/api/file/index/project-id/163414/mtime/desc/rss?path=/qbittorrent-mac");
|
const QUrl RSS_URL("http://sourceforge.net/projects/qbittorrent/rss?path=/qbittorrent-mac");
|
||||||
const QString FILE_EXT = "DMG";
|
const QString FILE_EXT = "DMG";
|
||||||
#else
|
#else
|
||||||
const QUrl RSS_URL("http://sourceforge.net/api/file/index/project-id/163414/mtime/desc/rss?path=/qbittorrent-win32");
|
const QUrl RSS_URL("http://sourceforge.net/projects/qbittorrent/rss?path=/qbittorrent-win32");
|
||||||
const QString FILE_EXT = "EXE";
|
const QString FILE_EXT = "EXE";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue