mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-17 23:58:44 +00:00
macros need to appear before they are used
This commit is contained in:
parent
6a6f2998ed
commit
1684ffa612
1 changed files with 9 additions and 8 deletions
|
@ -26,6 +26,13 @@
|
||||||
InstType "Upgrade"
|
InstType "Upgrade"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
; Macros
|
||||||
|
|
||||||
|
!macro install installer_name
|
||||||
|
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
|
||||||
|
delete "$TEMP\${installer_name}"
|
||||||
|
!macroend
|
||||||
|
|
||||||
; Defines
|
; Defines
|
||||||
|
|
||||||
; Base URL for installers
|
; Base URL for installers
|
||||||
|
@ -189,9 +196,3 @@ Section "Uninstall"
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
; Macros
|
|
||||||
!macro install installer_name
|
|
||||||
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
|
|
||||||
delete "$TEMP\${installer_name}"
|
|
||||||
!macroend
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue