From c6a6c8e7faa9165d5337e61c6bd331071367cec0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Apr 2015 00:29:43 +0100 Subject: Remove unecessary dll from windows installer script --- windows/res/installer.nsi | 2 -- 1 file changed, 2 deletions(-) (limited to 'windows') diff --git a/windows/res/installer.nsi b/windows/res/installer.nsi index 1b4ed96de..a934533ee 100644 --- a/windows/res/installer.nsi +++ b/windows/res/installer.nsi @@ -58,8 +58,6 @@ section "install" # Files added here should be removed by the uninstaller (see section "uninstall") file "NetSurf.exe" file /oname=NetSurf.ico "windows\res\NetSurf.ico" - file /oname=libcares-2.dll "/opt/netsurf/i686-w64-mingw32/env/bin/libcares-2.dll" - file /oname=libgnurx-0.dll "/opt/netsurf/i686-w64-mingw32/env/bin/libgnurx-0.dll" file /oname=default.css "windows\res\default.css" file /oname=welcome.html "windows\res\welcome.html" file /oname=netsurf.png "windows\res\netsurf.png" -- cgit v1.2.3