ignore building go plugins
This commit is contained in:
parent
48585f15a5
commit
cb8ebc9e04
|
@ -36,6 +36,10 @@ func buildDeb() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if check.IsGoPlugin() {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
if argv.Release {
|
if argv.Release {
|
||||||
cmd = []string{"go-deb", "--release", "--no-gui", "--auto", "--forge", check.GetGoPath(), "--dir", outdir}
|
cmd = []string{"go-deb", "--release", "--no-gui", "--auto", "--forge", check.GetGoPath(), "--dir", outdir}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue