Removed zlib from NSIS script

This commit is contained in:
Robert Rouhani
2015-04-19 14:38:05 -04:00
parent 7ccd5521e0
commit d3528d6ed8

View File

@@ -93,7 +93,6 @@ Section "Game" GAME
File "${DEPSDIR}\soft_oal.dll"
File "${DEPSDIR}\SDL2.dll"
File "${DEPSDIR}\freetype6.dll"
File "${DEPSDIR}\zlib1.dll"
File "${DEPSDIR}\lua51.dll"
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
@@ -211,7 +210,6 @@ Function ${UN}Clean
Delete $INSTDIR\lua51.dll
Delete $INSTDIR\eluant.dll
Delete $INSTDIR\freetype6.dll
Delete $INSTDIR\zlib1.dll
Delete $INSTDIR\SDL2-CS.dll
RMDir /r $INSTDIR\Support
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA"