diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 09:49:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 09:49:49 -0600 |
| commit | 526605ff8733f14baa737246e2d817d42a556675 (patch) | |
| tree | 517d7cd6ca647bd2080f6b73366e3774a2b2863f /stateWindow.go | |
| parent | d45037dee96be62126c277a8738b39a52b9ed4b9 (diff) | |
add an example to build a custom .deb
Diffstat (limited to 'stateWindow.go')
| -rw-r--r-- | stateWindow.go | 1 |
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) } |
