mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
change(web): Fix ios/engine/build.sh comment
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
13e154f3a4
commit
a70861dad8
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function update_bundle ( ) {
|
|||
KMW_PRODUCT="$KEYMAN_ROOT/web/build/app/webview/$CONFIG"
|
||||
KMW_RESOURCES="$KEYMAN_ROOT/web/build/app/resources"
|
||||
|
||||
# Copy over the relevant resources! It's easiest to do if we navigate to the resulting folder.
|
||||
# Copy relevant KeymanWeb resources; this list is also in Storage.swift
|
||||
cp "$KMW_RESOURCES/osk/globe-hint.css" "$BUNDLE_PATH/globe-hint.css"
|
||||
cp "$KMW_RESOURCES/osk/kmwosk.css" "$BUNDLE_PATH/kmwosk.css"
|
||||
cp "$KMW_RESOURCES/osk/keymanweb-osk.ttf" "$BUNDLE_PATH/keymanweb-osk.ttf"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue