summarylogtreecommitdiffstats
path: root/start-superslicer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-superslicer.sh')
-rw-r--r--start-superslicer.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/start-superslicer.sh b/start-superslicer.sh
index 7bf3fdb3c477..9c38b060309b 100644
--- a/start-superslicer.sh
+++ b/start-superslicer.sh
@@ -1,9 +1,2 @@
#!/bin/bash
-
-if [ -d "$HOME/.SuperSlicer" ] && [ ! -d "$HOME/.config/SuperSlicer-alpha" ]
-then
- echo "copy data from ~/.SuperSlicer to the new data folder ~/.config/SuperSlicer-alpha"
- cp -r "$HOME/.SuperSlicer" "$HOME/.config/SuperSlicer-alpha"
-fi
-
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/wxgtk-dev/lib" /usr/share/SuperSlicer/superslicer "$@"