From 0def0ed772fe6eda3b75404fca2c0f02d818892c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jan 2023 13:24:35 +0100 Subject: [PATCH] NSIS: update for new marc-files directory (#96) --- win/yaz.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/yaz.nsi b/win/yaz.nsi index 1b25af51..b5fa31f5 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -150,10 +150,11 @@ Section "YAZ Source" YAZ_Source File ..\src\*.asn File ..\src\codetables*.xml SetOutPath $INSTDIR\test - File ..\test\marc*.* File ..\test\*.sh File ..\test\*.xml File ..\test\*.asn + SetOutPath $INSTDIR\test + File /r ..\test\marc-files SetOutPath $INSTDIR\win File makefile File *.nsi