Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ <h3>Download</h3>
</div>

<div class="bit-2">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder_mini.zip">
<button class="gray">Download mini</button>
<a onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/latest">
<button class="gray">Download Mini</button>
</a>
<small>7.8MB</small>
<small>~7.8MB</small>
</div>
<div class="bit-2">
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder.zip">
<button class="blue">Download full</button>
<a onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/latest">
<button class="blue">Download Full</button>
</a>
<small>(With git-for-windows) 100MB</small>
<small>(With Git for Windows) ~100MB</small>
<small>
<em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder.7z">52MB 7z</a></em>
<em><a onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/latest">~52MB 7z</a></em>
</small>
</div>

Expand Down