wrong output
This commit is contained in:
parent
30f507338d
commit
406874317c
2
main.go
2
main.go
|
@ -69,7 +69,7 @@ func main() {
|
||||||
shell.TestTerminalColor()
|
shell.TestTerminalColor()
|
||||||
// basicWindow.Show() // broken gui package. convert to protobuf
|
// basicWindow.Show() // broken gui package. convert to protobuf
|
||||||
if ok, err := cBox.buildPackage(); ok {
|
if ok, err := cBox.buildPackage(); ok {
|
||||||
log.Info("build worked before. remove the .deb file to recreate it")
|
log.Info("build worked")
|
||||||
} else {
|
} else {
|
||||||
log.Warn("build failed:", err)
|
log.Warn("build failed:", err)
|
||||||
os.Exit(-1)
|
os.Exit(-1)
|
||||||
|
|
Loading…
Reference in New Issue