summaryrefslogtreecommitdiff
path: root/stateWindow.go
diff options
context:
space:
mode:
Diffstat (limited to 'stateWindow.go')
-rw-r--r--stateWindow.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/stateWindow.go b/stateWindow.go
index 99d2f8b..7c4cd83 100644
--- a/stateWindow.go
+++ b/stateWindow.go
@@ -36,6 +36,7 @@ func makebasicWindow() *gadgets.BasicWindow {
basicWindow.Disable()
if ok, err := cBox.buildPackage(); ok {
log.Info("build worked")
+ os.Exit(0)
} else {
log.Warn("build failed", err)
}