mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
chore(ios): a bit of suggested trim
This commit is contained in:
parent
79c4fabf93
commit
3619180720
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ function update_bundle ( ) {
|
|||
|
||||
if builder_is_debug_build; then
|
||||
cp "$KMW_PRODUCT/keymanweb-webview.js.map" "$BUNDLE_PATH/keymanweb-webview.js.map"
|
||||
elif [ -f "$BUNDLE_PATH/keymanweb-webview.js.map" ]; then
|
||||
rm "$BUNDLE_PATH/keymanweb-webview.js.map"
|
||||
else
|
||||
rm -f "$BUNDLE_PATH/keymanweb-webview.js.map"
|
||||
fi
|
||||
|
||||
cp "$KEYMAN_ROOT/node_modules/@sentry/browser/build/bundle.min.js" "$BUNDLE_PATH/sentry.min.js"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue