Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-claw committed Dec 27, 2024
1 parent 61ce16d commit b872d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object ApplicationProperties {

fun latestVersion(): String {
val request = HttpRequest.newBuilder()
.uri(URI.create("https://api.github.com/repos/death-claw/vripper-project/releases/latest")).build()
.uri(URI.create("https://api.github.com/repos/dev-claw/vripper-project/releases/latest")).build()
return HttpClient.newHttpClient().use {
val response = it.send(request, HttpResponse.BodyHandlers.ofString())
if (response.statusCode() / 100 != 2) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class MenuBarView : View() {
owner = primaryStage,
) {
if (it == ButtonType.YES) {
openLink("https://github.com/death-claw/vripper-project/releases/tag/$latestVersion")
openLink("https://github.com/dev-claw/vripper-project/releases/tag/$latestVersion")
}
}
} else {
Expand Down

0 comments on commit b872d5a

Please sign in to comment.