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