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

[v2] Tidy up

This commit is contained in:
Lea Anthony 2021-11-08 21:02:54 +11:00
parent e651b9c7ff
commit cc2651c377
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

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 {