forked from organicmaps/organicmaps
[Tizen] Add flags to res.
This commit is contained in:
parent
f00d3368b6
commit
d4e00f5cd3
2 changed files with 11 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
./update_assets_for_version.sh ../MapsWithMe/data
|
||||
./update_assets_for_version.sh ../MapsWithMe/data
|
||||
./update_ui_assets_for_version.sh ../MapsWithMe/res
|
9
tizen/scripts/update_ui_assets_for_version.sh
Executable file
9
tizen/scripts/update_ui_assets_for_version.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -x -u
|
||||
|
||||
DST=$1
|
||||
|
||||
# Remove old links
|
||||
mkdir $DST
|
||||
mkdir $DST/screen-density-high
|
||||
ln -s ../../../../data/flags $DST/screen-density-high/flags
|
Loading…
Add table
Reference in a new issue