mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Warning text
This commit is contained in:
parent
a5567cebab
commit
b52071122d
1 changed files with 2 additions and 0 deletions
|
|
@ -188,6 +188,8 @@ func AssertFrontendDist(cwd string, buildOptions *Options) error {
|
|||
}
|
||||
}
|
||||
|
||||
pterm.Warning.Printf(`Frontend directory %q is not embedded by your application. Is this intentional? Attempting to copy built frontend assets to "frontend/dist"`, buildOptions.ProjectData.GetFrontendDir())
|
||||
|
||||
// Try to find an embed that ends with "frontend/dist" and copy to that.
|
||||
for _, embedDetail := range embedDetails {
|
||||
if embedDetail.EmbedPath == "frontend/dist" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue