Skip to content

Commit 2944a52

Browse files
author
Viktor
committed
emberdelve landing: add direct APK download card (GitHub releases/latest); funnel no longer dead-ends at closed-testing Play link
1 parent c0b9979 commit 2944a52

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

emberdelve/index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 class="page-h1">Download<br>Emberdelve.</h1>
8585
rules you can learn, and runs are seeded — the same choices always play out the
8686
same way.
8787
</p>
88-
<span class="chip">Latest: v0.7.0 "The Face Forge" · public early access · actively updated</span>
88+
<span class="chip">On Play: v0.7.0 "The Face Forge" · newest builds on GitHub · actively updated</span>
8989
</section>
9090

9191
<section class="section">
@@ -112,6 +112,26 @@ <h2 class="section-label">Get the game</h2>
112112
needed, and your save carries forward through every update.
113113
</p>
114114
</div>
115+
116+
<!-- DIRECT APK / GITHUB -->
117+
<div class="dl-card">
118+
<div class="dl-head">
119+
<span class="dl-icon"><svg aria-hidden="true"><use href="#i-github"/></svg></span>
120+
<div>
121+
<div class="dl-name">Direct APK</div>
122+
<div class="dl-sub">newest build, straight from GitHub · no store needed</div>
123+
</div>
124+
</div>
125+
<div class="dl-row">
126+
<a class="dl-btn" href="https://github.com/tapiwamakandigona/emberdelve/releases/latest" target="_blank" rel="noopener" data-analytics-event="portfolio_project_click" data-analytics-project="emberdelve" data-analytics-destination="github_release">Download latest APK</a>
127+
</div>
128+
<p class="dl-note">
129+
Grab <code>arm64-v8a.apk</code> (most phones since ~2016), or
130+
<code>universal.apk</code> if unsure. Every release is signed with the
131+
permanent Tsoro Studios key and ships SHA-256 checksums, with notes on
132+
exactly what changed. GitHub builds run ahead of the Play version.
133+
</p>
134+
</div>
115135
</div>
116136
</section>
117137

0 commit comments

Comments
 (0)