From 1d8e6b25c9e435c89a59e18b6346ffc9cfbcd110 Mon Sep 17 00:00:00 2001 From: John Garland Date: Mon, 23 Feb 2009 05:13:53 +0000 Subject: [PATCH] Fixed typos in installer URLs --- win32/deluge.nsi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index 6ec764f36..cd6c26ebd 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -48,15 +48,15 @@ !define LIBTORRENT_DLL_ZIP "${LIBTORRENT_DLL}.zip" ; Installer URLs - !define DELUGE_INSTALLER_URL "${BASE}\${DELUGE_INSTALLER"}" - !define PYTHON_INSTALLER_URL "${BASE}\${PYTHON_INSTALLER"}" - !define PYWIN32_INSTALLER_URL "${BASE}\${PYWIN32_INSTALLER"}" - !define GTK+_INSTALLER_URL "${BASE}\${GTK+_INSTALLER"}" - !define PYGTK_INSTALLER_URL "${BASE}\${PYGTK_INSTALLER"}" - !define PYXDG_INSTALLER_URL "${BASE}\${PYXDG_INSTALLER"}" - !define SETUPTOOLS_INSTALLER_URL "${BASE}\${SETUPTOOLS_INSTALLER"}" - !define LIBTORRENT_INSTALLER_URL "${BASE}\${LIBTORRENT_INSTALLER"}" - !define LIBTORRENT_DLL_ZIP_URL "${BASE}\${LIBTORRENT_DLL_ZIP"}" + !define DELUGE_INSTALLER_URL "${BASE}/${DELUGE_INSTALLER}" + !define PYTHON_INSTALLER_URL "${BASE}/${PYTHON_INSTALLER}" + !define PYWIN32_INSTALLER_URL "${BASE}/${PYWIN32_INSTALLER}" + !define GTK+_INSTALLER_URL "${BASE}/${GTK+_INSTALLER}" + !define PYGTK_INSTALLER_URL "${BASE}/${PYGTK_INSTALLER}" + !define PYXDG_INSTALLER_URL "${BASE}/${PYXDG_INSTALLER}" + !define SETUPTOOLS_INSTALLER_URL "${BASE}/${SETUPTOOLS_INSTALLER}" + !define LIBTORRENT_INSTALLER_URL "${BASE}/${LIBTORRENT_INSTALLER}" + !define LIBTORRENT_DLL_ZIP_URL "${BASE}/${LIBTORRENT_DLL_ZIP}" ; Redefine macros/functions !define download "!insertmacro download"