mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
Fix: verify installer authenticity before launch
This commit is contained in:
@@ -454,4 +454,12 @@ Window {
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: UpdateController
|
||||
function onInstallerVerificationFailed(message) {
|
||||
PageController.showBusyIndicator(false)
|
||||
PageController.showNotificationMessage(message)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user