Maven 1.x NSIS Plugin

Use desktop shortcuts in default templates causes compilation error

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

If you put in a desktop-shortcuts.nsh file, the script won't compile, because this will be generated:

>>>

; OPTIONAL Desktop Shortcut
Section "Create Desktop Shortcut"
!include "desktop-shortcuts.nsh"
;SectionEnd

; -------------------------------------------------------------- Section to Install the Uninstaller
Section "Install Uninstaller"

>>>

The extra ; in ";SectionEnd" makes "Section to Install the Uninstaller" not compile
If you don't have that file, it doesn't put in the desktop shorcut part

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: