Qt: Fix updater not flushing
Vicki Pfau vi@endrift.com
Wed, 27 Feb 2019 19:02:40 -0800
1 files changed,
2 insertions(+),
0 deletions(-)
M
src/platform/qt/AbstractUpdater.cpp
→
src/platform/qt/AbstractUpdater.cpp
@@ -85,5 +85,7 @@ break;
} f.write(bytes); } + f.flush(); + f.close(); emit updateDone(true); }