no diff updates

This commit is contained in:
olebeck 2022-09-06 00:27:05 +02:00
parent 212957399a
commit 45ac25c8a5
2 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,7 @@ func main() {
logrus.Error(err)
}
if err == nil && newVersion != utils.Version {
if newVersion != "" {
logrus.Infof("Update Available: %s", newVersion)
}

View File

@ -10,8 +10,6 @@ var Updater = &selfupdate.Updater{
CurrentVersion: Version,
ApiURL: updateServer,
BinURL: updateServer,
DiffURL: updateServer,
Dir: "update/",
CmdName: "bedrocktool", // app name
}