more wp fixes and metadata
This commit is contained in:
parent
c15f5ea9dc
commit
739ccccdeb
8 changed files with 34 additions and 12 deletions
12
cordova/wp/fix-svg.sh
Normal file
12
cordova/wp/fix-svg.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#/bin/bash
|
||||
|
||||
PROJECT=./cordova/project/platforms
|
||||
for i in $PROJECT/wp8/www/img/*.svg
|
||||
do
|
||||
cat $i |grep -v ?xml > $i
|
||||
done
|
||||
|
||||
for i in $PROJECT/wp8/www/font/*.svg
|
||||
do
|
||||
cat $i |grep -v ?xml > $i
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue