Change build wording

This commit is contained in:
Lea Anthony
2021-01-26 06:38:54 +11:00
parent b5c7019bf0
commit 064ff3b65e

View File

@@ -104,7 +104,7 @@ func Build(options *Options) (string, error) {
// return "", err
// }
if !options.IgnoreFrontend {
outputLogger.Println(" - Building Wails Frontend")
outputLogger.Println(" - Building Project Frontend")
err = builder.BuildFrontend(outputLogger)
if err != nil {
return "", err