1
0
mirror of https://github.com/danog/repo.git synced 2024-11-26 21:34:48 +01:00

Hopefully added support for cydia

This commit is contained in:
Daniil Gentili 2015-10-20 19:28:18 +03:00
parent 22d48fc93d
commit d682256c59

View File

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