diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index 8bdad11..ae4b745 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -8,7 +8,7 @@ on: magisk_apk: description: 'Download link to magisk apk.' required: true - default: 'https://raw.githubusercontent.com/LSPosed/MagiskOnWSA/main/magisk.apk' + default: 'https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@e5c449a3dee28712f5bd629d3e56d5df5362fcec/app-debug.apk' gapps_variant: description: 'Variants of gapps. Should be: [none, aroma, super, stock, full, mini, micro, nano, pico, tvstock, tvmini]' required: true diff --git a/README.md b/README.md index 574d44f..6dfd3ae 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,6 @@ [demo](https://user-images.githubusercontent.com/5022927/139580565-35971031-7258-40bf-93e2-49a0750156f3.mp4) - -## Prebuilt Magisk - -There's still a bug from Magisk that prevents it from running on WSA. So please don't use the official build yet. The download link of the prebuilt Magisk is: [https://raw.githubusercontent.com/LSPosed/MagiskOnWSA/main/magisk.apk](https://raw.githubusercontent.com/LSPosed/MagiskOnWSA/main/magisk.apk) and its source codes are on the magisk branch. - ## Credits - [Magisk](https://github.com/topjohnwu/Magisk): The most famous root solution on Android - [The Open GApps Project](https://opengapps.org): One of the most famous Google Apps packages solution diff --git a/magisk.apk b/magisk.apk deleted file mode 100644 index 7ede168..0000000 Binary files a/magisk.apk and /dev/null differ