mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
fix(developer): copy templates into bundle
This commit is contained in:
parent
8424cb9349
commit
48d4e65cf0
1 changed files with 4 additions and 1 deletions
|
|
@ -95,7 +95,10 @@ function do_bundle() {
|
|||
# Manually copy over kmcmplib module
|
||||
cp ../kmc-kmn/build/src/import/kmcmplib/wasm-host.wasm build/dist/
|
||||
|
||||
cp build/dist/* "$BUILD_PATH"
|
||||
# Manually copy over templates
|
||||
cp -R ../kmc-generate/build/src/template/ build/dist/
|
||||
|
||||
cp -R build/dist/* "$BUILD_PATH"
|
||||
|
||||
builder_finish_action success bundle
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue