From a16a0839131e47007b8ff4437bf97578c5c20d5a Mon Sep 17 00:00:00 2001 From: John Garland Date: Tue, 24 Feb 2009 04:46:08 +0000 Subject: [PATCH] Fixed missing $ --- win32/deluge.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index 8f36c7e47..9efdafdb6 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -9,7 +9,7 @@ ; Macros !macro get_url installer - !define ${installer}_URL "http://download.deluge-torrent.org/windows/deps/${{installer}}" + !define ${installer}_URL "http://download.deluge-torrent.org/windows/deps/${${installer}}" !macroend !macro download url filename