mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 04:49:20 +08:00
10 lines
131 B
Go
10 lines
131 B
Go
//+build !debug
|
|
//+build windows
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_production_windows.js
|
|
var RuntimeJS string
|