1
0
mirror of https://github.com/danog/repo.git synced 2024-11-30 05:59:00 +01:00

Added support for cydia

This commit is contained in:
Daniil Gentili 2015-10-20 21:40:24 +03:00
parent d682256c59
commit 2276a23d7c

View File

@ -76,7 +76,7 @@ git branch -d gh-pages
git checkout --orphan gh-pages
git rm -rf .
cp -a $temp/* .
cp -a dists/lenny dists/ios
cp -a dists/lenny/main/binary-iphoneos-arm/* .
gitsync gh-pages "Added/updated ${total}"
}