wails/v3/internal/runtime/runtime_debug_linux.go
2023-01-18 21:34:11 +11:00

8 lines
136 B
Go

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