remove (broken) attempt to force-share the update file

auto-update
Zlatin Balevsky 2021-10-12 17:15:00 +01:00
parent ee68ce42c9
commit d1bb60c269
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ class UpdateClient {
return
updateDownloading = false
eventBus.publish(new UpdateDownloadedEvent(version : version, signer : signer, text : text))
if (!settings.shareDownloadedFiles)
eventBus.publish(new FileSharedEvent(file : e.downloadedFile))
}
private void checkUpdate() {