mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 18:12:03 +08:00
#4635 Clean up code branch
This commit is contained in:
parent
a3073afcc2
commit
9c7394db81
@ -59,13 +59,6 @@ if [[ ! -z "$PP_BIN" ]]; then
|
||||
PP_BIN=$(which pp)
|
||||
echo "Found pp at $PP_BIN"
|
||||
fi
|
||||
if [[ ! -z "$TRAVIS_BUILD_DIR" ]]; then
|
||||
SLIC3R_DIR="./"
|
||||
else
|
||||
SLIC3R_DIR="$TRAVIS_BUILD_DIR"
|
||||
fi
|
||||
echo "Set SLIC3R_DIR to $SLIC3R_DIR".
|
||||
|
||||
|
||||
if [[ -d "${appfolder}" ]]; then
|
||||
echo "Deleting old working folder: ${appfolder}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user