qcad: fix executable path in .desktop file

the patch did specify qcad-bin but the binary is just named qcad

-13
-13
pkgs/applications/misc/qcad/application-dir.patch
··· 33 33 } 34 34 35 35 int RSettings::getSnapRange() { 36 - diff --git a/qcad.desktop b/qcad.desktop 37 - index 93c5e9720..2d0e6bf32 100644 38 - --- a/qcad.desktop 39 - +++ b/qcad.desktop 40 - @@ -48,7 +48,7 @@ Comment[sv]=2D CAD-system 41 - Comment[sl]=Sistem 2D CAD 42 - Comment[uk]=2D САПР 43 - Comment[tr]=2D CAD Sistemi 44 - -Exec=qcad %F 45 - +Exec=qcad-bin %F 46 - X-MultipleArgs=true 47 - Icon=qcad_icon 48 - Terminal=false