]> sigrok.org Git - pulseview.git/blobdiff - contrib/pulseview_cross.nsi.in
Make sure PD row colors remain constant by adding a row index
[pulseview.git] / contrib / pulseview_cross.nsi.in
index 13a45fe18435746f1f46c1062dd611a2ecb6b2cd..13fd31808d64640e54e0a23ba6d77d3287a0bd97 100644 (file)
@@ -177,6 +177,12 @@ Section "PulseView (required)" Section1
                0 SW_SHOWNORMAL \
                "" "Open-source, portable sigrok GUI"
 
+       # Create a shortcut for the PulseView application running in debug mode.
+       CreateShortCut "$SMPROGRAMS\sigrok\PulseView\PulseView (Debug).lnk" \
+               "$INSTDIR\pulseview.exe" "-l 5" "$INSTDIR\pulseview.exe" \
+               0 SW_SHOWNORMAL \
+               "" "Open-source, portable sigrok GUI (debug log level)"
+
        # Create a shortcut for the uninstaller.
        CreateShortCut "$SMPROGRAMS\sigrok\PulseView\Uninstall PulseView.lnk" \
                "$INSTDIR\Uninstall.exe" "" "$INSTDIR\Uninstall.exe" 0 \