chore: use new website domain

This commit is contained in:
Kingkor Roy Tirtho 2023-08-04 20:49:32 +06:00
parent b8c6d7eb6a
commit aee84a8167
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ body:
description: Where did you install Spotube from? description: Where did you install Spotube from?
multiple: true multiple: true
options: options:
- "Website (spotube.netlify.app)" - "Website (spotube.netlify.app) or (spotube.krtirtho.dev)"
- "GitHub Releases (Binary)" - "GitHub Releases (Binary)"
- "GitHub Actions (Nightly Binary)" - "GitHub Actions (Nightly Binary)"
- "Play Store (Android)" - "Play Store (Android)"

View File

@ -62,7 +62,7 @@ void useUpdateChecker(WidgetRef ref) {
barrierColor: Colors.black26, barrierColor: Colors.black26,
builder: (context) { builder: (context) {
const url = const url =
"https://spotube.netlify.app/other-downloads/stable-downloads"; "https://spotube.krtirtho.dev/other-downloads/stable-downloads";
return AlertDialog( return AlertDialog(
title: const Text("Spotube has an update"), title: const Text("Spotube has an update"),
actions: [ actions: [