5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 10:23:03 +08:00
wails/v2/internal/frontend/runtime/runtime_debug_windows.go

10 lines
125 B
Go

//+build debug
//+build windows
package runtime
import _ "embed"
//go:embed runtime_debug_windows.js
var RuntimeJS string