From 49a21be71980fcec2e3221481bf18776b7fcfe0a Mon Sep 17 00:00:00 2001 From: John Garland Date: Sat, 21 Feb 2009 07:27:05 +0000 Subject: [PATCH] Fixed downloading --- win32/deluge.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index 85c3e0a4e..0ea3b9174 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -17,7 +17,8 @@ ; Dependencies - !define LIBTORRENT + !define LIBTORRENT "libtorrent.msi" + !define LIBTORRENT_URL "http://waix.dl.sourceforge.net/sourceforge/libtorrent/python-libtorrent-0.14.2.win32-py2.5.msi" ; Interface Settings @@ -87,7 +88,6 @@ SubSectionEnd Section "Uninstall" - Delete "$INSTDIR\README" Delete "$INSTDIR\uninstall.exe" RMDir "$INSTDIR"