5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 12:01:42 +08:00
wails/v2/internal/frontend/runtime/runtime_dev_desktop.go
2021-10-04 19:58:46 +11:00

7 lines
97 B
Go

package runtime
import _ "embed"
//go:embed runtime_dev_desktop.js
var RuntimeDesktopJS []byte