summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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)