mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
Remove rogue hardtabs
This commit is contained in:
parent
2a6072b87f
commit
5b6a6eedfa
1 changed files with 24 additions and 20 deletions
|
@ -127,8 +127,12 @@
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
!macro install_ZIP installer_name install_dir
|
!macro install_ZIP installer_name install_dir
|
||||||
|
InitPluginsDir
|
||||||
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
|
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
|
||||||
nsisunz::Unzip "$TEMP\${${installer_name}}" "${install_dir}"
|
nsisunz::UnzipToLog "$TEMP\${${installer_name}}" "${install_dir}"
|
||||||
|
Pop $0
|
||||||
|
StrCmp $0 "success" +2
|
||||||
|
DetailPrint "Error unzipping: $0"
|
||||||
delete "$TEMP\${${installer_name}}"
|
delete "$TEMP\${${installer_name}}"
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue