Skip to content

Commit 34a2cf4

Browse files
authored
Merge pull request #187 from go-flutter-desktop/fix/linux-deb-tool
Fix linux-deb requiring makepkg instead of dpkg
2 parents 1505bff + 5ab1d54 commit 34a2cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/packaging/linux-deb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var LinuxDebTask = &packagingTask{
3535
},
3636
requiredTools: map[string]map[string]string{
3737
"linux": {
38-
"makepkg": "You need to be on Debian, Ubuntu or another distro that uses apt/dpkg as package manager to use this. Installing dpkg on other distros is hard and dangerous.",
38+
"dpkg-deb": "You need to be on Debian, Ubuntu or another distro that uses apt/dpkg as package manager to use this. Installing dpkg on other distros is hard and dangerous.",
3939
},
4040
},
4141
}

0 commit comments

Comments
 (0)