1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Merge branch 'next' into laurent/LP-03_Artwork_rebranding

This commit is contained in:
Laurent Lalanne 2015-07-08 20:34:52 +02:00
commit 4d4e02619b
2 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ if [ -x "$1" ]; then
fi fi
# Tools URLs to fetch # Tools URLs to fetch
WGET_URL="http://wiki.openpilot.org/download/attachments/18612236/wget.exe" WGET_URL="http://librepilot.github.io/tools/wget.exe"
MAKE_URL="http://wiki.openpilot.org/download/attachments/18612236/make.exe" MAKE_URL="http://librepilot.github.io/tools/make.exe"
SEVENZIP_URL="http://wiki.openpilot.org/download/attachments/18612236/7za.exe" SEVENZIP_URL="http://librepilot.github.io/tools/7za.exe"
# Expected tools paths # Expected tools paths
WGET="$TOOLS_DIR/bin/`basename \"$WGET_URL\"`" WGET="$TOOLS_DIR/bin/`basename \"$WGET_URL\"`"