Prevent duplicated DLLs

This commit is contained in:
Martin Dosch 2020-05-19 00:55:14 +02:00
parent 48619ee84d
commit fd916bd6e6

View file

@ -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