From fd916bd6e6eb7564ca23444a05538d903b387a2c Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Tue, 19 May 2020 00:55:14 +0200 Subject: [PATCH] Prevent duplicated DLLs --- windows-installer/dino.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-installer/dino.nsi b/windows-installer/dino.nsi index 5ffafdfc..f8ab5095 100644 --- a/windows-installer/dino.nsi +++ b/windows-installer/dino.nsi @@ -30,7 +30,7 @@ File input/*.dll input/dino.exe # Install the libs and shared files SetOutPath $INSTDIR -File /r /x dino.exe /x plugins /x ./*.dll input/* +File /r input/lib input/share input/LICENSE # Install the plugins SetOutPath $INSTDIR\lib\dino\plugins