[windows-x] Production build compile fix

This commit is contained in:
Lea Anthony
2021-08-26 21:25:44 +10:00
parent 5ff3a286cf
commit b98ab1f5b5

View File

@@ -5,4 +5,4 @@ package runtime
import _ "embed"
//go:embed runtime_prod_desktop.js
var RuntimeJS []byte
var RuntimeDesktopJS []byte