Skip to content

Commit 542ed78

Browse files
committed
refactor(url): point to pixincreate/magisk
this commit also removes stable download url for stub apk since this fork only builds canary
1 parent a34c04f commit 542ed78

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/core/src/main/java/com/topjohnwu/magisk/core/Const.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object Const {
4747

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

app/stub/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ android {
1414

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

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

2019
defaultConfig {
2120
applicationId = "com.topjohnwu.magisk"

0 commit comments

Comments
 (0)