automatization wp with splash and icons
This commit is contained in:
parent
932c65e00d
commit
0b5e56b198
25 changed files with 16 additions and 10 deletions
|
|
@ -171,12 +171,14 @@ if [ $CURRENT_OS == "WP8" ]; then
|
|||
echo "Wp8 project!!!"
|
||||
cp -R $PROJECT/www/* $PROJECT/platforms/wp8/www
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/res/wp
|
||||
cp -v wp/res/* $PROJECT/platforms/wp8/Assets
|
||||
cp -v wp/res/SplashScreenImage.jpg $PROJECT/platforms/wp8/
|
||||
cp -vf wp/Properties/* $PROJECT/platforms/wp8/Properties/
|
||||
cp -vf wp/Package.appxmanifest $PROJECT/platforms/wp8/
|
||||
checkOK
|
||||
cp -vf wp/Assets/* $PROJECT/platforms/wp8/Assets/
|
||||
cp -vf wp/SplashScreenImage.jpg $PROJECT/platforms/wp8/
|
||||
cp -vf wp/ApplicationIcon.png $PROJECT/platforms/wp8/
|
||||
cp -vf wp/Background.png $PROJECT/platforms/wp8/
|
||||
checkOK
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue