5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 04:11:05 +08:00
wails/v3/internal/runtime/runtime_production_linux.go
2023-01-18 21:42:49 +11:00

9 lines
140 B
Go

//go:build linux && production
package runtime
import _ "embed"
//go:embed runtime_production_desktop_linux.js
var DesktopRuntime []byte