Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions src/lib/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export default class Consts {
"ms-windows-store://pdp/?ProductId=9nmtvmrj7n1k" as const;
static readonly PLAYSTORE_URL =
"https://play.google.com/store/apps/details?id=chat.revolt" as const;
static readonly AURORASTORE_URL =
"https://f-droid.org/packages/com.aurora.store/" as const;
static readonly FLATHUB_URL =
"https://flathub.org/apps/chat.revolt.RevoltDesktop" as const;
static readonly TESTFLIGHT_URL =
Expand Down
16 changes: 11 additions & 5 deletions src/pages/download/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ import Consts from "../../lib/consts";
Download Stoat for macOS.<br /><br />
If you receive the error <strong
>"Stoat" is damaged and can't be opened</strong
>: <br /> Open System Preference &gt; Privacy & Security then select "Open
Anyway" for the app. If the option is not present, redownload the app,
open the Terminal app using Spotlight, then paste <code
>: <br /> Open System Preferences &gt; Privacy & Security then select "Open
Anyway" for the app. If the option is not present, redownload the app, open
the Terminal app using Spotlight, then paste <code
>cd ~/Downloads && xattr -d com.apple.quarantine Stoat.app</code
> and press enter.
>, press Enter, then relaunch the app.
</p>
</DownloadTile>
<DownloadTile
Expand Down Expand Up @@ -97,10 +97,16 @@ import Consts from "../../lib/consts";
url: Consts.PLAYSTORE_URL,
primary: true,
},
{
name: "Aurora Store (FOSS)",
url: Consts.AURORASTORE_URL,
primary: false,
},
]}
>
<p slot="description" class="description">
Download Stoat for Android on the Google Play Store.<br />
Download Stoat for Android on the Google Play Store and Aurora Store.<br
/>
Full tablet and foldable support included.<br />
Android 8.0 and above.
</p>
Expand Down