mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 05:50:08 +08:00

Co-authored-by: AlbinoDrought <sean@albinodrought.com> Co-authored-by: stffabi <stffabi@users.noreply.github.com>
9 lines
163 B
Go
9 lines
163 B
Go
//go:build dev || bindings || (!dev && !production && !bindings)
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_dev_desktop.js
|
|
var RuntimeDesktopJS []byte
|