mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 10:23:03 +08:00
[v2] Tidy up
This commit is contained in:
parent
e651b9c7ff
commit
cc2651c377
@ -17,7 +17,6 @@ import (
|
|||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
|
|
||||||
"github.com/leaanthony/slicer"
|
"github.com/leaanthony/slicer"
|
||||||
"github.com/ryboe/q"
|
|
||||||
"github.com/wailsapp/wails/v2/internal/assetdb"
|
"github.com/wailsapp/wails/v2/internal/assetdb"
|
||||||
"github.com/wailsapp/wails/v2/internal/fs"
|
"github.com/wailsapp/wails/v2/internal/fs"
|
||||||
"github.com/wailsapp/wails/v2/internal/html"
|
"github.com/wailsapp/wails/v2/internal/html"
|
||||||
@ -528,8 +527,6 @@ func (b *BaseBuilder) BuildFrontend(outputLogger *clilogger.CLILogger) error {
|
|||||||
outputLogger.Println("Done.")
|
outputLogger.Println("Done.")
|
||||||
}
|
}
|
||||||
|
|
||||||
q.Q(b.projectData)
|
|
||||||
|
|
||||||
// Check if there is a build command
|
// Check if there is a build command
|
||||||
var buildCommand string
|
var buildCommand string
|
||||||
switch b.projectData.OutputType {
|
switch b.projectData.OutputType {
|
||||||
|
Loading…
Reference in New Issue
Block a user