mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
10 lines
125 B
Go
10 lines
125 B
Go
//+build debug
|
|
//+build windows
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_debug_windows.js
|
|
var RuntimeJS string
|