diff --git a/package/linux/make_archive.sh b/package/linux/make_archive.sh index 3eaf8b601..d58124982 100755 --- a/package/linux/make_archive.sh +++ b/package/linux/make_archive.sh @@ -43,7 +43,7 @@ resourcefolder=$appfolder echo "Appfolder: $appfolder, archivefolder: $archivefolder" # Our slic3r dir and location of perl -SLIC3R_DIR="./" +SLIC3R_DIR="$(readlink -F $0)/../../" if [[ -d "${appfolder}" ]]; then echo "Deleting old working folder: ${appfolder}"