From b98ab1f5b57f9d4fd4743b7a53378efdc09d2eba Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 26 Aug 2021 21:25:44 +1000 Subject: [PATCH] [windows-x] Production build compile fix --- v2/internal/frontend/runtime/runtime_prod_desktop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/frontend/runtime/runtime_prod_desktop.go b/v2/internal/frontend/runtime/runtime_prod_desktop.go index 0f70269c..feba8a84 100644 --- a/v2/internal/frontend/runtime/runtime_prod_desktop.go +++ b/v2/internal/frontend/runtime/runtime_prod_desktop.go @@ -5,4 +5,4 @@ package runtime import _ "embed" //go:embed runtime_prod_desktop.js -var RuntimeJS []byte +var RuntimeDesktopJS []byte