feat(updater): tie in part 2, let there be UI!

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2023-06-26 01:22:33 -07:00
parent b7dd32274c
commit 1f70589deb
10 changed files with 512 additions and 36 deletions

View File

@ -199,7 +199,7 @@ void appendSafe(const QString& filename, const QByteArray& data)
QByteArray buffer;
try {
buffer = read(filename);
} catch (FileSystemException) {
} catch (FileSystemException&) {
buffer = QByteArray();
}
buffer.append(data);