5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 14:10:58 +08:00
wails/v2/internal/frontend/runtime/runtime_windows.go
2021-08-01 22:14:56 +10:00

7 lines
86 B
Go

package runtime
import _ "embed"
//go:embed runtime_windows.js
var RuntimeJS string