5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:51:26 +08:00
wails/v2/internal/frontend/runtime/runtime_prod_desktop.go
2022-01-31 21:21:48 +11:00

10 lines
161 B
Go

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