diff --git a/cmd/internal/packager/pkg_dpkg_linux.go b/cmd/internal/packager/pkg_dpkg_linux.go index 8ebeea3e..256b5015 100644 --- a/cmd/internal/packager/pkg_dpkg_linux.go +++ b/cmd/internal/packager/pkg_dpkg_linux.go @@ -144,7 +144,7 @@ func linuxOptCopy(proj *project.Project, appRoot string) error { } exeIconDir := proj.Info.Icon if !tools.IsExist(exeIconDir) { - return fmt.Errorf("execution file not found: %s", exeDir) + return fmt.Errorf("exeIcon file not found: %s", exeIconDir) } term.Logger.Info("Generate dpkg execution " + exeDir)