mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 07:35:51 +01:00
Co-authored-by: AlbinoDrought <sean@albinodrought.com> Co-authored-by: stffabi <stffabi@users.noreply.github.com>
8 lines
163 B
Go
8 lines
163 B
Go
//go:build dev || bindings || (!dev && !production && !bindings)
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_dev_desktop.js
|
|
var RuntimeDesktopJS []byte
|