5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:20:51 +08:00

Better output for build

This commit is contained in:
Lea Anthony 2022-02-10 21:25:43 +11:00
parent cb574148eb
commit ec44ca58f1

View File

@ -196,7 +196,7 @@ func Build(options *Options) (string, error) {
// Do we need to pack the app for non-windows?
if options.Pack && options.Platform != "windows" {
outputLogger.Print("Packaging application: ")
outputLogger.Print(" - Packaging application: ")
// TODO: Allow cross platform build
err = packageProject(options, runtime.GOOS)