wrong output

This commit is contained in:
Jeff Carr 2024-11-06 17:51:49 -06:00
parent 30f507338d
commit 406874317c
1 changed files with 1 additions and 1 deletions

View File

@ -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)