mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Don't skip image optimization.
This commit is contained in:
parent
1217a57126
commit
7793c638e9
1 changed files with 0 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ for i in $CMDS; do
|
|||
command -v $i > /dev/null && continue || { echo "$i command not found"; exit 1; }
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
||||
DIR=${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}
|
||||
PNGS=$(find $DIR -type f -name *.png)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue