summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 16:22:41 -0600
committerJeff Carr <[email protected]>2024-11-06 16:22:41 -0600
commitec37a35d54e7d48131e16fe08b77bfc83a1072ba (patch)
treec642781a4a1a371754375cdb8420b47d6b83db3b /main.go
parentbf0863f4d07619a00888042382375d0d4059c26b (diff)
somewhat better
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 990d6df..9831439 100644
--- a/main.go
+++ b/main.go
@@ -32,7 +32,7 @@ func main() {
os.Exit(0)
}
myGui = gui.New()
- if ! argv.NoGui {
+ if !argv.NoGui {
myGui.InitEmbed(resources)
myGui.Default()
}
@@ -67,7 +67,7 @@ func main() {
shell.TestTerminalColor()
// basicWindow.Show() // broken gui package. convert to protobuf
if ok, err := cBox.buildPackage(); ok {
- log.Info("build worked")
+ log.Info("build worked before. remove the .deb file to recreate it")
} else {
log.Warn("build failed:", err)
os.Exit(-1)