File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ XML_FILE+=" </Directory>\r\n"
137137XML_FILE+=" <Directory Id='ProgramMenuFolder' Name='Programs'>\r\n"
138138XML_FILE+=" <Component Id='ProgramMenuShortcut' Guid='" $( uuidgen -t | awk ' { print toupper($0) }' ) " '>\r\n"
139139XML_FILE+=" <Shortcut Id='startmenu${PRODUCTNAME} ' Directory='ProgramMenuFolder' Name='${PRODUCTNAME} ' Target='[#${EXE_ID} ]' WorkingDirectory='INSTALLDIR' Advertise='no'/>\r\n"
140- XML_FILE+=" <RemoveFolder Id='ProgramMenuShortcut' On='uninstall'/>\r\n"
140+ XML_FILE+=" <RemoveFile Id='ProgramMenuShortcut' Name=' ${PRODUCTNAME} .lnk' Directory='ProgramMenuFolder ' On='uninstall'/>\r\n"
141141XML_FILE+=" <RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes'/>\r\n"
142142XML_FILE+=" </Component>\r\n"
143143XML_FILE+=" </Directory>\r\n"
You can’t perform that action at this time.
0 commit comments