Remove link to guide.

This commit is contained in:
Lea Anthony 2025-08-20 08:20:09 +10:00
commit b7f2d4a43b

View file

@ -255,7 +255,6 @@ func diagnoseEnvironment(f *flags.Doctor) error {
if len(dependenciesMissing) != 0 {
pterm.Println("Fatal:")
pterm.Println("Required dependencies missing: " + strings.Join(dependenciesMissing, " "))
pterm.Println("Please read this article on how to resolve this: https://wails.io/guides/resolving-missing-packages")
}
pterm.Println() // Spacer for sponsor message