This commit is contained in:
parent
534d7f331c
commit
87aa489fd0
|
@ -458,9 +458,11 @@
|
|||
</li>
|
||||
<li class="hr"></li>
|
||||
{{range .crossPlatforms}}
|
||||
<li class="{{.}}" onclick="tree.crossCompile('');">
|
||||
{{if eq . "darwin_amd64" "linux_amd64" "windows_amd64"}}
|
||||
<li class="{{.}}" onclick="tree.crossCompile('{{.}}');">
|
||||
<span class="space"></span> {{.}}
|
||||
</li>
|
||||
{{end}}
|
||||
{{end}}
|
||||
<li class="hr"></li>
|
||||
<li class="export" onclick="tree.export(this);">
|
||||
|
|
Loading…
Reference in New Issue