From 5aecd7c2dbbd4ec7f671d48e58a2202ce56fd03a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 00:11:38 -0600 Subject: [PATCH] fix .deb build --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 169014f..704a654 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,7 @@ goimports: # // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go debian: - rm -f ~/incoming/autotypist*deb - go-deb --no-gui --repo go.wit.com/apps/autotypist + go-deb --auto --repo go.wit.com/apps/autotypist # build then run with gui in libcurses console: build