From c66b87363181aa9e2b125b37b54a66eb64405e9c Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 29 Sep 2024 15:21:20 +0200 Subject: [PATCH] Update qelectrotech-launch --- build-aux/snap/local/launchers/qelectrotech-launch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 "${@}"