Skip to content

Commit

Permalink
added missing license
Browse files Browse the repository at this point in the history
  • Loading branch information
mshorts committed Mar 14, 2012
1 parent 83000a3 commit 9a824a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/installer.nsi
Expand Up @@ -82,6 +82,7 @@ Section "Installation" secApp
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
SetOverwrite ifnewer SetOverwrite ifnewer
File Belvedere.exe File Belvedere.exe
File LICENSE.txt
SetOutPath "$INSTDIR\resources" SetOutPath "$INSTDIR\resources"
File "${PRODUCT_HELP_TEXT}" File "${PRODUCT_HELP_TEXT}"
File 7za.exe File 7za.exe
Expand Down Expand Up @@ -170,6 +171,7 @@ Section Uninstall
Delete "$INSTDIR\${PRODUCT_NAME}.url" Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe" Delete "$INSTDIR\uninst.exe"
Delete "$INSTDIR\Belvedere.exe" Delete "$INSTDIR\Belvedere.exe"
Delete "$INSTDIR\LICENSE.txt"
Delete "$INSTDIR\rules.ini" Delete "$INSTDIR\rules.ini"
Delete "$INSTDIR\resources\both.png" Delete "$INSTDIR\resources\both.png"
Delete "$INSTDIR\resources\belvederename.png" Delete "$INSTDIR\resources\belvederename.png"
Expand Down

0 comments on commit 9a824a8

Please sign in to comment.