mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-26 12:41:35 +03:00
#5707 Add newline to update notification string
This commit is contained in:
parent
ef9842c819
commit
3e9815dfdd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user