We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebce80e commit ac45a6bCopy full SHA for ac45a6b
src/singletons/Updates.cpp
@@ -156,7 +156,8 @@ void Updates::installUpdates()
156
if (Version::instance().isNightly())
157
{
158
// Since Nightly builds can be installed in many different ways, we ask the user to download the update manually.
159
- QDesktopServices::openUrl(QUrl("https://chatterino.com/#downloads"));
+ QDesktopServices::openUrl(
160
+ QUrl("https://github.com/SevenTV/chatterino7/releases"));
161
return;
162
}
163
0 commit comments