Skip to content

Commit 632a043

Browse files
committed
Distribute the fixup release for 0.5.4-beta.1
1 parent 137c969 commit 632a043

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# render the templates
2626
template = env.get_template(page)
2727
output = template.render(
28-
version="v0.5.4-beta.1",
28+
version="v0.5.4-beta.1-fixup",
2929
n_supported_devices=88,
3030
)
3131

public/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
144144
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
145145
</a>
146146
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
147-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1/openandroidinstaller-v0.5.4-beta.1-ubuntu-latest.zip">
147+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1-fixup/openandroidinstaller-v0.5.4-beta.1-fixup-ubuntu-latest.zip">
148148
<div class="icon-text title">
149149
<span class="icon is-medium">
150150
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -155,7 +155,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
155155
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
156156
</a>
157157
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
158-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1/openandroidinstaller-v0.5.4-beta.1-ubuntu-20.04.zip">
158+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1-fixup/openandroidinstaller-v0.5.4-beta.1-fixup-ubuntu-20.04.zip">
159159
<div class="icon-text title">
160160
<span class="icon is-medium">
161161
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -168,7 +168,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
168168
</div>
169169
<div class="tile is-vertical is-parent">
170170
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
171-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1/openandroidinstaller-v0.5.4-beta.1-windows-latest.zip">
171+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1-fixup/openandroidinstaller-v0.5.4-beta.1-fixup-windows-latest.zip">
172172
<div class="icon-text title">
173173
<span class="icon is-medium">
174174
<i class="fab fa-windows" aria-hidden="true"></i>
@@ -178,7 +178,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
178178
<p>Click to download the zipped .exe.</p>
179179
</a>
180180
<a class="tile is-child box is-clickable hover-transition" rel="noopener" target="_blank"
181-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1/openandroidinstaller-v0.5.4-beta.1-macos-latest.zip">
181+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.5.4-beta.1-fixup/openandroidinstaller-v0.5.4-beta.1-fixup-macos-latest.zip">
182182
<div class="icon-text title">
183183
<span class="icon is-medium">
184184
<i class="fab fa-apple" aria-hidden="true"></i>

0 commit comments

Comments
 (0)