mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
remove extraneous println
This commit is contained in:
parent
3b034ceadb
commit
b232b608fa
1 changed files with 0 additions and 1 deletions
|
|
@ -237,7 +237,6 @@ func (b *PackageHelper) PackageWindows(po *ProjectOptions, cleanUp bool) error {
|
|||
"wailsapp/xgo:latest",
|
||||
"-c", "/usr/bin/x86_64-w64-mingw32-windres -o /build/" + basename + "-res.syso /build/" + basename + ".rc",
|
||||
}
|
||||
fmt.Println(args)
|
||||
if err := NewProgramHelper().RunCommandArray(args); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue