Skip to content

Commit

Permalink
Update repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Dec 13, 2024
1 parent 1d0f193 commit 57c390a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class AppUpdateChecker {

val GITHUB_REPO: String by lazy {
if (BuildConfig.PREVIEW) {
"mihonapp/mihon-preview"
"AmanoTeam/mihon-preview"
} else {
"mihonapp/mihon"
"AmanoTeam/mihon"
}
}

Expand All @@ -58,4 +58,4 @@ val RELEASE_TAG: String by lazy {
}
}

val RELEASE_URL = "https://github.com/$GITHUB_REPO/releases/tag/$RELEASE_TAG"
val RELEASE_URL = "https://github.com/$GITHUB_REPO/releases/tag/${RELEASE_TAG}-fork"

0 comments on commit 57c390a

Please sign in to comment.