mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +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
|
||||
|
||||
!macro install_ZIP installer_name install_dir
|
||||
InitPluginsDir
|
||||
${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}}"
|
||||
!macroend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue