mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
Fixed missing $
This commit is contained in:
parent
0362c1438b
commit
a16a083913
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue