summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 17:51:49 -0600
committerJeff Carr <[email protected]>2024-11-06 17:51:49 -0600
commit406874317c4c6b18c442483841c7fcf15e042a06 (patch)
tree614bafb43291ff74033b58b281919164851dd82c
parent30f507338d5c4d3be9acc6e6f23e5461fc3a5d7b (diff)
wrong outputv0.22.2
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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)