Skip to content

Commit

Permalink
Merge pull request #22 from zhaojunliing/main
Browse files Browse the repository at this point in the history
打包提示文件图片位置得时候,提示语不对
  • Loading branch information
sxmxta authored Feb 3, 2024
2 parents 5f1be41 + 46889d4 commit 8b50273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/internal/packager/pkg_dpkg_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b50273

Please sign in to comment.