ignore building go plugins

This commit is contained in:
Jeff Carr 2025-02-14 20:39:50 -06:00
parent 48585f15a5
commit cb8ebc9e04
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ func buildDeb() {
continue
}
if check.IsGoPlugin() {
continue
}
if argv.Release {
cmd = []string{"go-deb", "--release", "--no-gui", "--auto", "--forge", check.GetGoPath(), "--dir", outdir}
} else {