mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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
|
; Macros
|
||||||
|
|
||||||
!macro get_url installer
|
!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
|
!macroend
|
||||||
|
|
||||||
!macro download url filename
|
!macro download url filename
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue