Remove rogue hardtabs

This commit is contained in:
John Garland 2009-02-23 06:19:25 +00:00
commit 5b6a6eedfa

View file

@ -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