mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 10:35:55 +08:00
set SLIC3R_DIR properly?
This commit is contained in:
parent
d836815588
commit
8fefac8d61
@ -43,7 +43,7 @@ resourcefolder=$appfolder
|
|||||||
echo "Appfolder: $appfolder, archivefolder: $archivefolder"
|
echo "Appfolder: $appfolder, archivefolder: $archivefolder"
|
||||||
|
|
||||||
# Our slic3r dir and location of perl
|
# Our slic3r dir and location of perl
|
||||||
SLIC3R_DIR="./"
|
SLIC3R_DIR="$(readlink -F $0)/../../"
|
||||||
|
|
||||||
if [[ -d "${appfolder}" ]]; then
|
if [[ -d "${appfolder}" ]]; then
|
||||||
echo "Deleting old working folder: ${appfolder}"
|
echo "Deleting old working folder: ${appfolder}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user