1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): fix toxcore clone location in OSX build script

This commit is contained in:
initramfs 2016-11-05 21:19:19 -04:00
parent 70246f0208
commit 624441f71e
No known key found for this signature in database
GPG Key ID: 3B6ECEC9C4DE199E

View File

@ -130,7 +130,7 @@ install() {
git pull
else
fcho "Cloning Toxcore git ... "
git clone --depth=1 https://github.com/irungentoo/toxcore
git clone --depth=1 https://github.com/irungentoo/toxcore "$TOXCORE_DIR"
fi
# qTox
if [[ $TRAVIS = true ]]
@ -268,7 +268,7 @@ helpme() {
echo "This script was created to help ease the process of compiling and creating a distributable qTox package for OSX systems."
echo "The available commands are:"
echo "-h | --help -- This help text."
echo "-i | --instal -- A slightly automated process for getting an OSX machine ready to build Toxcore and qTox."
echo "-i | --install -- A slightly automated process for getting an OSX machine ready to build Toxcore and qTox."
echo "-u | --update -- Check for updates and build Toxcore from git & update qTox from git."
echo "-b | --build -- Builds qTox in: ${BUILD_DIR}"
echo "-d | --deploy -- Makes a distributable qTox.app file in: ${DEPLOY_DIR}"