From 1d5201d79763c631626ba2125e1a8843e5fedde7 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 17 Oct 2011 17:35:31 +1300 Subject: [PATCH] remove OpenRA.Renderer.SdlCommon.dll in windows uninstall --- packaging/windows/OpenRA.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 8b9d82590b..06206892bc 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -257,6 +257,7 @@ Function ${UN}Clean Delete $INSTDIR\OpenRA.Renderer.Gl.dll Delete $INSTDIR\OpenRA.Renderer.Cg.dll Delete $INSTDIR\OpenRA.Renderer.Null.dll + Delete $INSTDIR\OpenRA.Renderer.SdlCommon.dll Delete $INSTDIR\ICSharpCode.SharpZipLib.dll Delete $INSTDIR\Tao.*.dll Delete $INSTDIR\COPYING