From 1097bb863e08231f8414484147453d342bcb8fe8 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 7 Nov 2024 06:03:57 +0700 Subject: [PATCH] fix(windows): correct path to output file in publish step for fv keyboards Addresses a build warning. The path for the output file corresponds to the publish step for Keyman. Fixes: #12636 --- oem/firstvoices/windows/src/inst/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oem/firstvoices/windows/src/inst/build.sh b/oem/firstvoices/windows/src/inst/build.sh index bf33b4046c..e12c0c3e5d 100755 --- a/oem/firstvoices/windows/src/inst/build.sh +++ b/oem/firstvoices/windows/src/inst/build.sh @@ -16,7 +16,7 @@ builder_describe "Installation files for FirstVoices Keyboards" \ # after all other builds complete builder_describe_outputs \ - publish /oem/firstvoices/windows/src/inst/firstvoices-${VERSION}.exe + publish /windows/release/${VERSION}/firstvoices-${VERSION}.exe builder_parse "$@"