5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 22:50:59 +08:00
wails/v2/internal/frontend/runtime/runtime_prod_desktop.go
2021-08-26 21:25:44 +10:00

9 lines
132 B
Go

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