From 39571483a5d4bd4a6cd288fc72f755c81c5cd1ba Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Sun, 19 May 2024 16:04:39 +0700 Subject: [PATCH] chore(windows): checkout correct CEF version during install build --- windows/src/desktop/inst/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/src/desktop/inst/build.sh b/windows/src/desktop/inst/build.sh index 84e169ed20a..be3818b056a 100755 --- a/windows/src/desktop/inst/build.sh +++ b/windows/src/desktop/inst/build.sh @@ -55,6 +55,8 @@ function do_build_desktop_resources() { function do_publish() { verify-program-signatures + "$KEYMAN_ROOT/common/windows/cef-checkout.sh" + do_build_desktop_resources #