Skip to content

Commit c7e69cf

Browse files
committed
Add flatpak/flathub to website
1 parent 661a488 commit c7e69cf

File tree

4 files changed

+24
-26
lines changed

4 files changed

+24
-26
lines changed

public/download.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,15 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
133133
</article>
134134
<div class="tile is-ancestor">
135135
<div class="tile is-6 is-vertical is-parent">
136+
<a class="tile is-child box is-clickable" target="_blank" href="https://flathub.org/apps/org.openandroidinstaller.OpenAndroidInstaller">
137+
<div class="icon-text title">
138+
<span class="icon is-medium">
139+
<i class="fab fa-linux" aria-hidden="true"></i>
140+
</span>
141+
<span>Flatpak</span>
142+
</div>
143+
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
144+
</a>
136145
<a class="tile is-child box is-clickable" target="_blank"
137146
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-ubuntu-latest.zip">
138147
<div class="icon-text title">
@@ -155,15 +164,6 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
155164
<p>Build on Ubuntu 20.04.</p>
156165
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
157166
</a>
158-
<a class="tile is-child box is-clickable" target="_blank" href="#">
159-
<div class="icon-text title">
160-
<span class="icon is-medium">
161-
<i class="fab fa-linux" aria-hidden="true"></i>
162-
</span>
163-
<span>Flathub</span>
164-
</div>
165-
<p>Coming soon!</p>
166-
</a>
167167
</div>
168168
<div class="tile is-vertical is-parent">
169169
<a class="tile is-child box" target="_blank"

public/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,9 @@ <h2 class="mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-bold">Getting st
261261
</p>
262262
<h4>How to run the application:</h4>
263263
<ul>
264-
<li><a href="https://openandroidinstaller.org/download.html">Download</a> the AppImage, .exe or appropriate
265-
executable file for your OS. You might need to change
266-
permissions to run the executable. (On Windows, also <a href="https://adb.clockworkmod.com/">install
267-
the Universal USB Drivers</a> and other
264+
<li><a href="https://openandroidinstaller.org/download.html">Download</a> the .exe, flatpak or appropriate
265+
executable file for your OS. You might need to change permissions to run the executable.
266+
(On Windows, also <a href="https://adb.clockworkmod.com/">install the Universal USB Drivers</a> and other
268267
potentially drivers needed for your device.)</li>
269268
<li>Start the desktop app and follow the instructions. You might need to allow or enable the execution
270269
of the software.</li>

templates/download.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
3434
</article>
3535
<div class="tile is-ancestor">
3636
<div class="tile is-6 is-vertical is-parent">
37+
<a class="tile is-child box is-clickable" target="_blank" href="https://flathub.org/apps/org.openandroidinstaller.OpenAndroidInstaller">
38+
<div class="icon-text title">
39+
<span class="icon is-medium">
40+
<i class="fab fa-linux" aria-hidden="true"></i>
41+
</span>
42+
<span>Flatpak</span>
43+
</div>
44+
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
45+
</a>
3746
<a class="tile is-child box is-clickable" target="_blank"
3847
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/{{ version }}/openandroidinstaller-{{ version }}-ubuntu-latest.zip">
3948
<div class="icon-text title">
@@ -56,15 +65,6 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
5665
<p>Build on Ubuntu 20.04.</p>
5766
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
5867
</a>
59-
<a class="tile is-child box is-clickable" target="_blank" href="#">
60-
<div class="icon-text title">
61-
<span class="icon is-medium">
62-
<i class="fab fa-linux" aria-hidden="true"></i>
63-
</span>
64-
<span>Flathub</span>
65-
</div>
66-
<p>Coming soon!</p>
67-
</a>
6868
</div>
6969
<div class="tile is-vertical is-parent">
7070
<a class="tile is-child box" target="_blank"

templates/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,9 @@ <h2 class="mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-bold">Getting st
162162
</p>
163163
<h4>How to run the application:</h4>
164164
<ul>
165-
<li><a href="https://openandroidinstaller.org/download.html">Download</a> the AppImage, .exe or appropriate
166-
executable file for your OS. You might need to change
167-
permissions to run the executable. (On Windows, also <a href="https://adb.clockworkmod.com/">install
168-
the Universal USB Drivers</a> and other
165+
<li><a href="https://openandroidinstaller.org/download.html">Download</a> the .exe, flatpak or appropriate
166+
executable file for your OS. You might need to change permissions to run the executable.
167+
(On Windows, also <a href="https://adb.clockworkmod.com/">install the Universal USB Drivers</a> and other
169168
potentially drivers needed for your device.)</li>
170169
<li>Start the desktop app and follow the instructions. You might need to allow or enable the execution
171170
of the software.</li>

0 commit comments

Comments
 (0)