mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[windows-x] Fix compress text output
This commit is contained in:
@@ -336,7 +336,7 @@ func (b *BaseBuilder) CompileProject(options *Options) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
println("Compressing application: ")
|
||||
fmt.Printf("Compressing application: ")
|
||||
|
||||
// Do we have upx installed?
|
||||
if !shell.CommandExists("upx") {
|
||||
@@ -359,6 +359,7 @@ func (b *BaseBuilder) CompileProject(options *Options) error {
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "Error during compression:")
|
||||
}
|
||||
println("Done.")
|
||||
if verbose {
|
||||
println(string(output))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user