Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AminBhst committed Dec 3, 2024
1 parent 8f2da80 commit 87f5ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/auto_updater_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void handleBriskUpdateCheck(
title:
"Failed to automatically update brisk to the latest version! Do you want to manually download the latest version?",
onConfirmPressed: () =>
launchUrlString("https://github.com/AminBhst/Brisk"),
launchUrlString("https://github.com/AminBhst/brisk/releases/latest"),
),
);
}
Expand Down

0 comments on commit 87f5ac0

Please sign in to comment.