mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-15 13:05:48 +00:00
Add a description to all shortcuts created by the Windows installer.
This commit is contained in:
@@ -142,17 +142,20 @@ SubSection "Shortcuts" shortcuts
|
||||
|
||||
Section "Startmenu" startmenu
|
||||
SetShellVarContext all
|
||||
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}.lnk" "$INSTDIR\picard.exe"
|
||||
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}.lnk" "$INSTDIR\picard.exe" \
|
||||
"" "" "" SW_SHOWNORMAL "" "${PRODUCT_DESCRIPTION}"
|
||||
SectionEnd
|
||||
|
||||
Section "Desktop" desktop
|
||||
SetShellVarContext all
|
||||
CreateShortCut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\picard.exe"
|
||||
CreateShortCut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\picard.exe" \
|
||||
"" "" "" SW_SHOWNORMAL "" "${PRODUCT_DESCRIPTION}"
|
||||
SectionEnd
|
||||
|
||||
Section "Quick Launch" quicklaunch
|
||||
SetShellVarContext all
|
||||
CreateShortCut "$QUICKLAUNCH\${PRODUCT_NAME}.lnk" "$INSTDIR\picard.exe"
|
||||
CreateShortCut "$QUICKLAUNCH\${PRODUCT_NAME}.lnk" "$INSTDIR\picard.exe" \
|
||||
"" "" "" SW_SHOWNORMAL "" "${PRODUCT_DESCRIPTION}"
|
||||
SectionEnd
|
||||
|
||||
SubSectionEnd
|
||||
|
||||
Reference in New Issue
Block a user