diff --git a/main.go b/main.go index d5fe4e7..b69249b 100644 --- a/main.go +++ b/main.go @@ -69,7 +69,7 @@ func main() { shell.TestTerminalColor() // basicWindow.Show() // broken gui package. convert to protobuf if ok, err := cBox.buildPackage(); ok { - log.Info("build worked before. remove the .deb file to recreate it") + log.Info("build worked") } else { log.Warn("build failed:", err) os.Exit(-1)