summaryrefslogtreecommitdiff
path: root/doDebian.go
diff options
context:
space:
mode:
Diffstat (limited to 'doDebian.go')
-rw-r--r--doDebian.go4
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 {