From 9ab832de01643d42aedb0d564ddf494e9a76b2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 17 Apr 2019 15:24:10 +0200 Subject: [PATCH] Windows installer: drop reference to removed file --- windows/dynare.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/dynare.nsi b/windows/dynare.nsi index 2e26acc119..fafc6adf3d 100644 --- a/windows/dynare.nsi +++ b/windows/dynare.nsi @@ -135,7 +135,7 @@ SectionGroupEnd Section "Dynare++ (standalone executable)" SetOutPath $INSTDIR\dynare++ - File ..\dynare++\src\dynare++.exe ..\dynare++\extern\matlab\dynare_simul.m + File ..\dynare++\src\dynare++.exe SectionEnd Section "Documentation and examples (Dynare and Dynare++)" -- GitLab