Remove rogue hardtabs
This commit is contained in:
parent
2a6072b87f
commit
5b6a6eedfa
@ -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…
x
Reference in New Issue
Block a user