mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 19:31:20 +08:00
7 lines
101 B
Go
7 lines
101 B
Go
package webviewloader
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed x64/WebView2Loader.dll
|
|
var WebView2Loader []byte
|