mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Fix call in checkWebView2
This commit is contained in:
parent
2fd704e47c
commit
b32069e4e4
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func (i *Info) discover() error {
|
|||
}
|
||||
|
||||
func checkWebView2() *packagemanager.Dependency {
|
||||
version, _ := webviewloader.GetWebviewVersion("")
|
||||
version, _ := webviewloader.GetAvailableCoreWebView2BrowserVersionString("")
|
||||
installed := version != ""
|
||||
|
||||
return &packagemanager.Dependency{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue