Skip to content

Commit f3f8756

Browse files
committed
Add releases to downloads
1 parent c6a2ce3 commit f3f8756

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

public/download.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
125125
<span class="icon is-medium">
126126
<i class="fab fa-ubuntu" aria-hidden="true"></i>
127127
</span>
128-
<span>Ubuntu 22.04.</span>
128+
<span>latest Debian-based</span>
129129
</div>
130+
<p>Build on Ubuntu 22.04.</p>
130131
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
131132
</a>
132133
<a class="tile is-child box is-clickable" target="_blank"
@@ -135,8 +136,9 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
135136
<span class="icon is-medium">
136137
<i class="fab fa-ubuntu" aria-hidden="true"></i>
137138
</span>
138-
<span>Ubuntu 20.04.</span>
139+
<span>earlier Debian-based</span>
139140
</div>
141+
<p>Build on Ubuntu 20.04.</p>
140142
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
141143
</a>
142144
<a class="tile is-child box is-clickable" target="_blank"
@@ -171,6 +173,16 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
171173
</div>
172174
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
173175
</a>
176+
<a class="tile is-child box is-clickable" target="_blank"
177+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/">
178+
<div class="icon-text title">
179+
<span class="icon is-medium">
180+
<i class="fab fa-github" aria-hidden="true"></i>
181+
</span>
182+
<span>Releases on Github</span>
183+
</div>
184+
<p>Get different releases from github.</p>
185+
</a>
174186
</div>
175187
</div>
176188
</div>

templates/download.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
2525
<span class="icon is-medium">
2626
<i class="fab fa-ubuntu" aria-hidden="true"></i>
2727
</span>
28-
<span>Ubuntu 22.04.</span>
28+
<span>latest Debian-based</span>
2929
</div>
30+
<p>Build on Ubuntu 22.04.</p>
3031
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
3132
</a>
3233
<a class="tile is-child box is-clickable" target="_blank"
@@ -35,8 +36,9 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
3536
<span class="icon is-medium">
3637
<i class="fab fa-ubuntu" aria-hidden="true"></i>
3738
</span>
38-
<span>Ubuntu 20.04.</span>
39+
<span>earlier Debian-based</span>
3940
</div>
41+
<p>Build on Ubuntu 20.04.</p>
4042
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
4143
</a>
4244
<a class="tile is-child box is-clickable" target="_blank"
@@ -71,6 +73,16 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
7173
</div>
7274
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
7375
</a>
76+
<a class="tile is-child box is-clickable" target="_blank"
77+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/">
78+
<div class="icon-text title">
79+
<span class="icon is-medium">
80+
<i class="fab fa-github" aria-hidden="true"></i>
81+
</span>
82+
<span>Releases on Github</span>
83+
</div>
84+
<p>Get different releases from github.</p>
85+
</a>
7486
</div>
7587
</div>
7688
</div>

0 commit comments

Comments
 (0)