wails/v2/internal/frontend/runtime/runtime_prod_desktop.go

8 lines
131 B
Go

//go:build production && !debug
package runtime
import _ "embed"
//go:embed runtime_prod_desktop.js
var RuntimeDesktopJS []byte