diff options
| author | Jeff Carr <[email protected]> | 2024-11-06 16:22:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-06 16:22:41 -0600 |
| commit | ec37a35d54e7d48131e16fe08b77bfc83a1072ba (patch) | |
| tree | c642781a4a1a371754375cdb8420b47d6b83db3b /main.go | |
| parent | bf0863f4d07619a00888042382375d0d4059c26b (diff) | |
somewhat better
Signed-off-by: Jeff Carr <[email protected]>
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) |
