mirror of
https://github.com/taigrr/wails.git
synced 2026-04-13 18:38:11 -07:00
9 lines
132 B
Go
9 lines
132 B
Go
//go:build production && desktop
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_prod_desktop.js
|
|
var RuntimeDesktopJS []byte
|