1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +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
# Tools URLs to fetch
WGET_URL="http://wiki.openpilot.org/download/attachments/18612236/wget.exe"
MAKE_URL="http://wiki.openpilot.org/download/attachments/18612236/make.exe"
SEVENZIP_URL="http://wiki.openpilot.org/download/attachments/18612236/7za.exe"
WGET_URL="http://librepilot.github.io/tools/wget.exe"
MAKE_URL="http://librepilot.github.io/tools/make.exe"
SEVENZIP_URL="http://librepilot.github.io/tools/7za.exe"
# Expected tools paths
WGET="$TOOLS_DIR/bin/`basename \"$WGET_URL\"`"