From a0cb2431373874b83f80d99888d9df250cfb205d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Wed, 30 Nov 2011 17:09:41 +0100 Subject: [PATCH] Windows packaging: added missing clean rule (cherry picked from commit 7d675878b90f98650150d8cd886224cf02b882fe) --- windows/dynare.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/dynare.nsi b/windows/dynare.nsi index 1ae6bf54c9..d35d7df2e6 100644 --- a/windows/dynare.nsi +++ b/windows/dynare.nsi @@ -143,6 +143,7 @@ Section "Uninstall" # First delete the uninstaller Delete $INSTDIR\uninstall.exe Delete $INSTDIR\README.txt + Delete $INSTDIR\NEWS Delete $INSTDIR\license.txt Delete $INSTDIR\mexopts-win32.bat Delete $INSTDIR\mexopts-win64.bat -- GitLab