forked from organicmaps/organicmaps
[Linux] Fixed planet script
This commit is contained in:
parent
4bcc66abe2
commit
0717b9bd85
1 changed files with 2 additions and 1 deletions
|
@ -176,9 +176,10 @@ if [[ $1 == "--generate" || $1 == "--continue" || $1 == "--full" ]]; then
|
|||
|
||||
# Update countries list
|
||||
$GENERATOR_TOOL -generate_update
|
||||
mv $DATA_PATH/countries.txt.updated $DATA_PATH/countries.txt
|
||||
|
||||
# Update external resources
|
||||
pushd $DATA_PATH
|
||||
$MY_PATH/external_resources.sh > external_resources.txt
|
||||
../tools/unix/external_resources.sh > external_resources.txt
|
||||
popd
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue