mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 16:31:59 +08:00
actually get to the path
This commit is contained in:
parent
8fefac8d61
commit
acdf25cb15
@ -43,7 +43,7 @@ resourcefolder=$appfolder
|
||||
echo "Appfolder: $appfolder, archivefolder: $archivefolder"
|
||||
|
||||
# Our slic3r dir and location of perl
|
||||
SLIC3R_DIR="$(readlink -F $0)/../../"
|
||||
SLIC3R_DIR="$(dirname $(readlink -F $0))/../../"
|
||||
|
||||
if [[ -d "${appfolder}" ]]; then
|
||||
echo "Deleting old working folder: ${appfolder}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user