From d3528d6ed841d3d3eef4ca68d503b3281632eb67 Mon Sep 17 00:00:00 2001 From: Robert Rouhani Date: Sun, 19 Apr 2015 14:38:05 -0400 Subject: [PATCH] Removed zlib from NSIS script --- packaging/windows/OpenRA.nsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 7fd120b7d0..05b38ae128 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -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"