5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-18 09:59:31 +08:00
wails/v2
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
..
cmd/wails Move go-common-file-dialog into project. Fix Title bug. 2022-06-01 21:00:52 +10:00
internal [v2, windows] Fix WebView2 minimum runtime version check (#1456) 2022-06-16 18:43:19 +10:00
pkg feature - add race detector to build & dev (#1426) 2022-05-27 19:07:39 -10:00
go.mod Move go-common-file-dialog into project. Fix Title bug. 2022-06-01 21:00:52 +10:00
go.sum Move go-common-file-dialog into project. Fix Title bug. 2022-06-01 21:00:52 +10:00
init_windows.go [windows] Lint fixes 2021-06-21 09:58:10 +10:00
init.go chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
NOTES.md Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
README.md [v2] Update Workflow 2021-09-13 20:04:08 +10:00
wails.go [windows-x] Experimental -> Default 2021-08-15 21:07:34 +10:00

Wails v2 ALPHA

This branch contains WORK IN PROGRESS! There are no guarantees. Use at your peril!

This document will be updated as progress is made.