Implement entry verification in tweak menu+after entry refresh; disable CGO across the board

This commit is contained in:
2026-01-24 15:58:45 -05:00
parent 8e59d81fff
commit 926eb1f176
7 changed files with 25 additions and 11 deletions
@@ -45,7 +45,7 @@ build() {
esac
# compile binary
CGO_ENABLED=1 go build -ldflags=\"-s -w\" -trimpath -tags=stxAll ./mutn.go
CGO_ENABLED=0 go build -ldflags=\"-s -w\" -trimpath -tags=stxAll ./mutn.go
}
package() {