mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 23:32:00 +08:00
fix the startup script to point at the binary.
This commit is contained in:
parent
46edadb0cd
commit
a73366b00e
@ -3,4 +3,4 @@
|
|||||||
BIN=$(readlink "$0")
|
BIN=$(readlink "$0")
|
||||||
DIR=$(dirname "$BIN")
|
DIR=$(dirname "$BIN")
|
||||||
export LD_LIBRARY_PATH="$DIR/bin"
|
export LD_LIBRARY_PATH="$DIR/bin"
|
||||||
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
|
exec "$DIR/Slic3r"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user