diff options
| author | Jeff Carr <[email protected]> | 2025-02-14 20:39:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-14 20:39:50 -0600 |
| commit | cb8ebc9e04e3c10572f73cbf52b5a1e674a43758 (patch) | |
| tree | a6deb79d4349ff7ffc3c8098cbd466a3b3f15674 /doDebian.go | |
| parent | 48585f15a5d93315cf20b18edc0d8121547cb305 (diff) | |
ignore building go pluginsv0.0.31
Diffstat (limited to 'doDebian.go')
| -rw-r--r-- | doDebian.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doDebian.go b/doDebian.go index d844090..770542e 100644 --- a/doDebian.go +++ b/doDebian.go @@ -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 { |
