Skip to content

Commit

Permalink
refactor(url): point to pixincreate/magisk
Browse files Browse the repository at this point in the history
this commit also removes stable download url for stub apk since this
fork only builds canary
  • Loading branch information
pixincreate committed Nov 2, 2024
1 parent f4502f8 commit e98f917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/core/src/main/java/com/topjohnwu/magisk/core/Const.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object Const {

const val GITHUB_RAW_URL = "https://raw.githubusercontent.com/"
const val GITHUB_API_URL = "https://api.github.com/"
const val GITHUB_PAGE_URL = "https://topjohnwu.github.io/magisk-files/"
const val GITHUB_PAGE_URL = "https://pixincreate.github.io/Magisk/"
const val JS_DELIVR_URL = "https://cdn.jsdelivr.net/gh/"
}

Expand Down
3 changes: 1 addition & 2 deletions app/stub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ android {

val canary = !Config.version.contains(".")

val url = if (canary) null
else "https://github.com/topjohnwu/Magisk/releases/download/v${Config.version}/Magisk-v${Config.version}.apk"
val url = canary

defaultConfig {
applicationId = "com.topjohnwu.magisk"
Expand Down

0 comments on commit e98f917

Please sign in to comment.