mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
remove extraneous println
This commit is contained in:
committed by
Lea Anthony
parent
3b034ceadb
commit
b232b608fa
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user