summaryrefslogtreecommitdiff
path: root/stateWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 09:49:49 -0600
committerJeff Carr <[email protected]>2024-11-16 09:49:49 -0600
commit526605ff8733f14baa737246e2d817d42a556675 (patch)
tree517d7cd6ca647bd2080f6b73366e3774a2b2863f /stateWindow.go
parentd45037dee96be62126c277a8738b39a52b9ed4b9 (diff)
add an example to build a custom .deb
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)
}