This was previously incorrectly set to the firmware/ subdir which
resulted in PDs not showing up in PulseView's Decoders->Add menu.
Thanks to Peter Newman for bringing up this issue.
CreateDirectory "$SMPROGRAMS\sigrok\PulseView"
# Create a shortcut for the PulseView application.
+ SetOutPath "$INSTDIR"
CreateShortCut "$SMPROGRAMS\sigrok\PulseView\PulseView.lnk" \
"$INSTDIR\pulseview.exe" "" "$INSTDIR\pulseview.exe" \
0 SW_SHOWNORMAL \