Skip to content

Commit

Permalink
Update qelectrotech-launch
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 authored Sep 29, 2024
1 parent b2a999c commit c66b873
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-aux/snap/local/launchers/qelectrotech-launch
Original file line number Diff line number Diff line change
Expand Up @@ -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 "${@}"

0 comments on commit c66b873

Please sign in to comment.