diff --git a/src/lib/consts.ts b/src/lib/consts.ts
index 431c5a9..1eeb285 100644
--- a/src/lib/consts.ts
+++ b/src/lib/consts.ts
@@ -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 =
diff --git a/src/pages/download/index.astro b/src/pages/download/index.astro
index d78a4ea..361cecc 100644
--- a/src/pages/download/index.astro
+++ b/src/pages/download/index.astro
@@ -61,11 +61,11 @@ import Consts from "../../lib/consts";
Download Stoat for macOS.
If you receive the error "Stoat" is damaged and can't be opened:
Open System Preference > 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 :
Open System Preferences > 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 cd ~/Downloads && xattr -d com.apple.quarantine Stoat.app and press enter.
+ >, press Enter, then relaunch the app.
- Download Stoat for Android on the Google Play Store.
+ Download Stoat for Android on the Google Play Store and Aurora Store.
Full tablet and foldable support included.
Android 8.0 and above.