Skip to content

Commit

Permalink
fix(updater): dead link (#1408)
Browse files Browse the repository at this point in the history
* docs: broken link in README.md (fixes #1310) (#1311)

* docs: remove appimage link in readme #1082 (#1171)

* Updating Readme according to #1082

Updating Readme according to #1082

* Added explanation

The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue.

* Update use_update_checker.dart

---------

Co-authored-by: MerkomassDev <[email protected]>
Co-authored-by: Karim <[email protected]>
Co-authored-by: Kingkor Roy Tirtho <[email protected]>
  • Loading branch information
4 people authored Apr 17, 2024
1 parent 930539c commit 6907f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,7 @@ This handy table lists all the methods you can use to install Spotube:
</tr>
<tr>
<td>AppImage</td>
<td>
<a href="https://github.com/KRTirtho/spotube/releases/latest/download/Spotube-linux-x86_64.AppImage">
<img width="220" alt="Download AppImage" src="https://user-images.githubusercontent.com/61944859/169455015-13385466-8901-48fe-ba90-b62d58b0be64.png">
</a>
<p><b>Note:</b> <a href="https://github.com/TheAssassin/AppImageLauncher">AppimageLauncher</a> is required!</p>
</td>
<td>AppImage's lacking stability led to it's temporal removal. More information at https://github.com/KRTirtho/spotube/issues/1082</td>
</tr>
<tr>
<td>Debian/Ubuntu</td>
Expand Down
2 changes: 1 addition & 1 deletion lib/hooks/configurators/use_update_checker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void useUpdateChecker(WidgetRef ref) {
barrierColor: Colors.black26,
builder: (context) {
const url =
"https://spotube.krtirtho.dev/other-downloads/stable-downloads";
"https://spotube.krtirtho.dev/downloads";
return AlertDialog(
title: const Text("Spotube has an update"),
actions: [
Expand Down

0 comments on commit 6907f9c

Please sign in to comment.