forked from organicmaps/organicmaps
Merge pull request #2496 from Zverik/obsolete
[generate] Copy coasts_obsolete for external_resources
This commit is contained in:
commit
f72dcb5757
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ if [ "$MODE" == "resources" ]; then
|
|||
if [ -n "$OPT_WORLD" ]; then
|
||||
# Update external resources
|
||||
[ -z "$(ls "$TARGET" | grep '\.ttf')" ] && cp "$DATA_PATH"/*.ttf "$TARGET"
|
||||
cp "$DATA_PATH/WorldCoasts_obsolete.mwm" "$TARGET"
|
||||
EXT_RES="$TARGET/external_resources.txt"
|
||||
echo -n > "$EXT_RES"
|
||||
UNAME="$(uname)"
|
||||
|
|
Loading…
Add table
Reference in a new issue