Better output for build

This commit is contained in:
Lea Anthony
2022-02-10 21:25:43 +11:00
parent cb574148eb
commit ec44ca58f1
+1 -1
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)