summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Garland <johnnyg@gmail.com>2009-02-24 04:46:08 +0000
committerJohn Garland <johnnyg@gmail.com>2009-02-24 04:46:08 +0000
commita16a0839131e47007b8ff4437bf97578c5c20d5a (patch)
treec01eaad84abfc5721d1a7eb349e42bb9787e22e2
parent0362c1438bd4745b6a062fcf00b3b45cdeadf256 (diff)
downloaddeluge-a16a0839131e47007b8ff4437bf97578c5c20d5a.tar.gz
deluge-a16a0839131e47007b8ff4437bf97578c5c20d5a.tar.bz2
deluge-a16a0839131e47007b8ff4437bf97578c5c20d5a.zip
Fixed missing $
-rw-r--r--win32/deluge.nsi2
1 files changed, 1 insertions, 1 deletions
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