Fix: verify installer authenticity before launch

This commit is contained in:
dranik
2026-06-12 16:25:32 +03:00
parent 594635e5cf
commit 62fa095153
5 changed files with 106 additions and 1 deletions
+8
View File
@@ -454,4 +454,12 @@ Window {
anchors.fill: parent
}
}
Connections {
target: UpdateController
function onInstallerVerificationFailed(message) {
PageController.showBusyIndicator(false)
PageController.showNotificationMessage(message)
}
}
}