Updater update

This commit is contained in:
2025-05-06 10:15:04 +03:00
parent 3330006c3f
commit 26ac96bdda
6 changed files with 339 additions and 42 deletions

View File

@ -28,6 +28,6 @@ func main() {
femaUpdater := updater.NewUpdater(cfg, binaryData)
// Create and show updater window
updaterWindow := ui.NewUpdaterWindow(myApp, cfg, femaUpdater.Update)
updaterWindow := ui.NewUpdaterWindow(myApp, cfg, femaUpdater)
updaterWindow.ShowAndRun()
}