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

9 lines
105 B
Go

//go:build darwin || windows
package runtime
import _ "embed"
//go:embed ipc.js
var DesktopIPC []byte