support .gz package files
This commit is contained in:
parent
3c0e0f3f58
commit
8bf5e531cf
@ -177,7 +177,7 @@ func signFiles(path string) {
|
||||
func sign(ch chan bool, path string) {
|
||||
if strings.HasSuffix(path, ".deb") {
|
||||
fmt.Printf("Signing %s \n", path)
|
||||
cmd := exec.Command("dpkg-sig", "--sign", "builder", path)
|
||||
cmd := exec.Command("../sign.sh", "--sign", "builder", path)
|
||||
err := cmd.Run()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
Loading…
Reference in New Issue
Block a user