First implementation of the auto update for windows

This commit is contained in:
Marco Dalla Tiezza
2024-06-13 14:40:07 +02:00
parent 70ed158b02
commit 146a5d1605
7 changed files with 235 additions and 340 deletions

View File

@@ -86,6 +86,7 @@ class UIDownloader(QObject):
if self.reply:
self.reply.abort()
self.update_progress_bar.emit(0, 0)
self.update_status.emit('')
if self.file:
self.file.cancelWriting()