Skip to content

Commit

Permalink
Change Update Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryjs committed Jun 30, 2024
1 parent 11156c8 commit 4f8f421
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/build
/dev
/standard
*iml
*.iml
google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ object AboutScreen : Screen() {
label = "GitHub",
icon = CustomIcons.Github,
// SY -->
url = "https://github.com/jobobby04/tachiyomisy",
url = "https://github.com/jeryjs/TachiyomiSY-with-discord-RPC",
// SY <--
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ class AppUpdateChecker {

val GITHUB_REPO: String by lazy {
// SY -->
if (isPreviewBuildType) {
"jobobby04/TachiyomiSYPreview"
} else {
"jobobby04/tachiyomiSY"
}
// if (isPreviewBuildType) {
// "jobobby04/TachiyomiSYPreview"
// } else {
// "jobobby04/tachiyomiSY"
// }
// SY <--
"jeryjs/TachiyomiSY-with-discord-RPC"
}

0 comments on commit 4f8f421

Please sign in to comment.