diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 91331eed..15211281 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -1011,6 +1011,7 @@ Section Uninstall Delete $INSTDIR\makensisw.exe Delete $INSTDIR\NSIS.exe Delete $INSTDIR\license.txt + Delete $INSTDIR\COPYING Delete $INSTDIR\uninst-nsis.exe Delete $INSTDIR\nsisconf.nsi Delete $INSTDIR\nsisconf.nsh diff --git a/SConstruct b/SConstruct index f483d304..d65e3748 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ misc = [ ] doc = [ - 'license.txt' + 'COPYING' ] defenv = Environment()