Prevent duplicated DLLs
This commit is contained in:
parent
48619ee84d
commit
fd916bd6e6
|
@ -30,7 +30,7 @@ File input/*.dll input/dino.exe
|
||||||
|
|
||||||
# Install the libs and shared files
|
# Install the libs and shared files
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
File /r /x dino.exe /x plugins /x ./*.dll input/*
|
File /r input/lib input/share input/LICENSE
|
||||||
|
|
||||||
# Install the plugins
|
# Install the plugins
|
||||||
SetOutPath $INSTDIR\lib\dino\plugins
|
SetOutPath $INSTDIR\lib\dino\plugins
|
||||||
|
|
Loading…
Reference in a new issue