Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c6a6c8e7faa9165d5337e...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c6a6c8e7faa9165d5337e61...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c6a6c8e7faa9165d5337e61c6...
The branch, master has been updated
via c6a6c8e7faa9165d5337e61c6bd331071367cec0 (commit)
from 55f8a41cfe2e5570c62e94d42e5f579daec31e4b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=c6a6c8e7faa9165d533...
commit c6a6c8e7faa9165d5337e61c6bd331071367cec0
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Remove unecessary dll from windows installer script
diff --git a/windows/res/installer.nsi b/windows/res/installer.nsi
index 1b4ed96..a934533 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"
-----------------------------------------------------------------------
Summary of changes:
windows/res/installer.nsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/windows/res/installer.nsi b/windows/res/installer.nsi
index 1b4ed96..a934533 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"
--
NetSurf Browser