mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-14 04:39:23 +00:00
Merge pull request #12637 from keymanapp/fix/windows/12636-correct-path-to-output-in-fv-inst
fix(windows): correct path to output file in publish step for fv keyboards
This commit is contained in:
commit
1a42baab2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue