Permalink
Browse files
#5707 Add newline to update notification string
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/gui/src/CoreInterface.cpp
|
|
@@ -67,6 +67,7 @@ QString CoreInterface::notifyUpdate (QString const& fromVersion, |
|
|
QString const& serialKey) {
|
|
|
QStringList args("--notify-update");
|
|
|
QString input(fromVersion + ":" + toVersion + ":" + serialKey);
|
|
|
+ input.append("\n");
|
|
|
return run(args, input);
|
|
|
}
|
|
|
|
|
|
|
0 comments on commit
3e9815d