wails/v3/internal/runtime/runtime_debug_windows.go
2023-01-18 21:42:49 +11:00

8 lines
140 B
Go

//go:build windows && !production
package runtime
import _ "embed"
//go:embed runtime_debug_desktop_windows.js
var DesktopRuntime []byte