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()
}

View File

@ -1,6 +1,7 @@
{
"ip": "192.168.111.111",
"port": "22",
"ip": "62.217.183.220",
"port": "10000",
"login": "root",
"password": "orangepi"
}
"password": "orangepi",
"downloadUrl": "https://s3.ru1.storage.beget.cloud/e4b29bca179c-sparkguard/build"
}