5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 05:01:49 +08:00
wails/v2/internal/frontend/desktop/windows
stffabi 884773a218
[v2, windows] Fix WebView2 minimum runtime version check (#1456)
* [v2, windows] CompareBrowserVersions needs a int32 pointer

Otherwise 4294967295 will be returned instead of -1 and the
minimum version check can't detect an older version.
So an older version than the minimum might be used and will
result in AccessViolationExceptions.

* [v2, windows] Use the correct minimum runtime version for SDK 1.0.992.28

The Webview2Loader.dll are already at version 1.0.992.28 for all platforms.
2022-06-16 18:43:19 +10:00
..
go-webview2 [v2, windows] Fix WebView2 minimum runtime version check (#1456) 2022-06-16 18:43:19 +10:00
win32 Merge pull request #1400 from wailsapp/feature/native-translucency 2022-05-18 18:52:45 +10:00
winc Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
browser.go [windows] add build tags to browser runtime 2021-10-17 21:50:15 +11:00
dialog.go Move go-common-file-dialog into project. Fix Title bug. 2022-06-01 21:00:52 +10:00
frontend.go [v2, windows] Unlock OSThread after native calls have been finished (#1441) 2022-06-08 20:56:07 +10:00
keys.go Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
menu.go Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
theme.go Fixes #1315 2022-04-06 21:53:40 +10:00
window.go Merge pull request #1400 from wailsapp/feature/native-translucency 2022-05-18 18:52:45 +10:00