mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
More update fixes for windows..
This commit is contained in:
parent
17c6d2ae37
commit
e351b0e3e3
@ -81,7 +81,7 @@ void UpdaterWindow::checkForUpdates()
|
||||
}
|
||||
mainwin->Notify("Checking for SleepyHead Updates");
|
||||
|
||||
update_url=QUrl("http://192.168.1.8/update.xml");
|
||||
update_url=QUrl("http://sourceforge.net/projects/sleepyhead/files/AutoUpdate/update.xml/download");
|
||||
downloadUpdateXML();
|
||||
}
|
||||
|
||||
|
@ -11,9 +11,9 @@ inline QString VersionString() { return QString().sprintf("%i.%i.%i",major_versi
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
const QString PlatformString="Mac";
|
||||
#elif Q_WS_WINDOWS
|
||||
#elif defined(Q_WS_WIN32)
|
||||
const QString PlatformString="Win32";
|
||||
#else
|
||||
#elif defined(Q_WS_X11)
|
||||
const QString PlatformString="Linux";
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user