mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 15:17:40 +00:00
chore(developer): skip copying schemas that may not be needed
This commit is contained in:
parent
647803ef28
commit
ec26e73932
1 changed files with 3 additions and 2 deletions
|
|
@ -121,12 +121,13 @@ make-kmcomp-install-zip: copy-schemas
|
|||
kmdecomp.exe \
|
||||
keyboard_info.source.json keyboard_info.distribution.json \
|
||||
keyman-touch-layout.spec.json keyman-touch-layout.clean.spec.json \
|
||||
kpj.schema.json kvks.schema.json \
|
||||
ldml-keyboard.schema.json ldml-keyboardtest.schema.json \
|
||||
xml\layoutbuilder\*.keyman-touch-layout \
|
||||
projects\* \
|
||||
server\*
|
||||
|
||||
# TODO: are these required?
|
||||
# kpj.schema.json kvks.schema.json \
|
||||
# ldml-keyboard.schema.json ldml-keyboardtest.schema.json \
|
||||
|
||||
copy-schemas:
|
||||
copy $(KEYMAN_ROOT)\common\schemas\keyboard_info\keyboard_info.source.json $(DEVELOPER_ROOT)\bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue