diff --git a/build-aux/snap/local/launchers/qelectrotech-launch b/build-aux/snap/local/launchers/qelectrotech-launch index d56bcfdcd..e84529ebc 100644 --- a/build-aux/snap/local/launchers/qelectrotech-launch +++ b/build-aux/snap/local/launchers/qelectrotech-launch @@ -9,8 +9,6 @@ if [ ! -d "$to" ] && [ -d "$from" ]; then cp -av "$from/." "$to" fi -# link DXFtoQET so that QET finds it -mkdir -p "$HOME/.qet" -ln -snf "$SNAP/bin/DXFtoQET" "$HOME/.qet/DXFtoQET" + exec "${@}"