diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
