Updater update
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user