[v2] Tidy up

This commit is contained in:
Lea Anthony
2021-11-08 21:02:54 +11:00
parent e651b9c7ff
commit cc2651c377

View File

@@ -17,7 +17,6 @@ import (
"github.com/pkg/errors"
"github.com/leaanthony/slicer"
"github.com/ryboe/q"
"github.com/wailsapp/wails/v2/internal/assetdb"
"github.com/wailsapp/wails/v2/internal/fs"
"github.com/wailsapp/wails/v2/internal/html"
@@ -528,8 +527,6 @@ func (b *BaseBuilder) BuildFrontend(outputLogger *clilogger.CLILogger) error {
outputLogger.Println("Done.")
}
q.Q(b.projectData)
// Check if there is a build command
var buildCommand string
switch b.projectData.OutputType {