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
|
||||
BIN
cordova/wp/wxga.png
Normal file
BIN
cordova/wp/wxga.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
cordova/wp/wxga2.png
Normal file
BIN
cordova/wp/wxga2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
BIN
cordova/wp/wxga3.png
Normal file
BIN
cordova/wp/wxga3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Loading…
Add table
Add a link
Reference in a new issue