mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[v2] Tidy up
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user