wails/v3/internal/runtime/runtime_production_linux.go
2023-01-18 21:42:49 +11:00

8 lines
140 B
Go

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