Skip to content

Commit

Permalink
fix(nsis): Application Icon Missing from "Remove Programs" and "Setti…
Browse files Browse the repository at this point in the history
…ngs->Apps & Features"

Close electron-userland#1108
  • Loading branch information
develar committed Feb 4, 2017
1 parent c19e32e commit 9c62be9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/electron-builder/templates/nsis/installSection.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@ SetOutPath $INSTDIR

File "/oname=${UNINSTALL_FILENAME}" "${UNINSTALLER_OUT_FILE}"

!insertmacro registryAddInstallInfo

StrCpy $appExe "$INSTDIR\${APP_EXECUTABLE_FILENAME}"
!insertmacro registryAddInstallInfo

!insertmacro setLinkVars

Expand Down

0 comments on commit 9c62be9

Please sign in to comment.