mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-16 11:59:17 +01:00
Ignoring the languages file while uploading the nigtly to the appstore
This commit is contained in:
parent
95d39f187f
commit
cf54450cfd
@ -4,7 +4,7 @@
|
|||||||
cd $TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad
|
cd $TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad
|
||||||
|
|
||||||
for entry in "$TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad"/*; do
|
for entry in "$TRAVIS_BUILD_DIR/wiiu/apps/hidtovpad"/*; do
|
||||||
if [ "$entry" != "languages" ]; then
|
if [ "${entry##*/}" != "languages" ]; then
|
||||||
echo "Uploading ${entry##*/}"
|
echo "Uploading ${entry##*/}"
|
||||||
curl --ftp-create-dirs -T "${entry##*/}" -u $FTP_USER:$FTP_PASSWORD "$FTP_SERVER/${entry##*/}" > /dev/null 2>&1
|
curl --ftp-create-dirs -T "${entry##*/}" -u $FTP_USER:$FTP_PASSWORD "$FTP_SERVER/${entry##*/}" > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user