Commit Graph

465 Commits

Author SHA1 Message Date
Peter Njeim
de2544e9c5 Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-11-23 19:44:33 -04:00
Howard Wu
7fc87f7caa
Update README.md 2022-11-23 20:42:03 +08:00
Syuugo
5a2697d876
Added download link for MindTheGapps pre-build package (#263) 2022-11-23 20:40:36 +08:00
Howard Wu
7f8a7af174 No need to store WSA's msixbundle separately
WSA's `msixbundle` is a `neutral` package which contains different architectures in the same package.
2022-11-23 16:10:41 +08:00
Howard Wu
620b33ccf5 Update README.md 2022-11-23 15:48:30 +08:00
Howard Wu
11139a0b8c Remove WSAHelper 2022-11-23 15:46:42 +08:00
Syuugo
b56e7bf101
Delete apps no longer need (#258) 2022-11-23 15:26:20 +08:00
Peter Njeim
813e186bca
Update README.md 2022-11-16 14:16:02 -04:00
Howard Wu
2d90b1cc58
Update example 2022-11-15 09:10:25 +08:00
Syuugo
73eb7dc19e
Add option to skip fix system props (#254)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-11-15 09:07:29 +08:00
Howard Wu
7d2cca6f15
shellcheck ignore SC2086 2022-11-13 19:50:13 +08:00
Howard Wu
8a01a64e5c
Update shellcheck.yml 2022-11-13 14:38:43 +08:00
Howard Wu
559d7a83f8
Create shellcheck.yml 2022-11-13 14:29:15 +08:00
Howard Wu
d3bbe02fcd Fix input overwritten due to parameter order 2022-11-11 15:40:54 +08:00
Syuugo
247cfe3baa
Prioritize ZIP (#245) 2022-11-06 22:39:45 +08:00
Peter Njeim
58356f820e Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-10-31 16:30:09 -03:00
Himanshu Shivhare
0dba40de22
fix typo (#229) 2022-10-28 14:30:45 +08:00
Himanshu Shivhare
a63c7f5827
simplified readme (#228) 2022-10-28 14:21:24 +08:00
Howard Wu
0646b8e07c
Run loadpolicy.sh synchronously (#225) 2022-10-28 12:38:23 +08:00
Peter Njeim
faae27cebc Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-10-26 22:32:11 -03:00
Peter Njeim
964d062d55
Update update.yaml 2022-10-26 22:27:22 -03:00
Howard Wu
0bb1cfe3fc Fallback to apk if magisk zip not found 2022-10-26 22:28:04 +08:00
Peter Njeim
bf548405e5 update: build.yaml 2022-10-24 21:59:37 -03:00
Peter Njeim
30c6dd2933
fix: build.yaml 2022-10-24 21:48:29 -03:00
Peter Njeim
d11be434ae Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-10-24 17:40:50 -03:00
Howard Wu
064688d940 Fix Magisk stub permission 2022-10-24 22:25:13 +08:00
Howard Wu
f83918579d Add previous repo's link 2022-10-24 22:11:12 +08:00
Howard Wu
43fc07f21b Remove detach tutorial 2022-10-24 22:01:06 +08:00
Howard Wu
719cde9916 Remove detach because it will cause troubles for GitHub Support 2022-10-24 21:59:35 +08:00
Peter Njeim
7acd01adaf fix: build.yaml 2022-10-23 04:19:30 -03:00
Peter Njeim
ae0372319e fix: build.yaml 2022-10-23 04:04:02 -03:00
Peter Njeim
6e1b1f5e5d update: build.yaml 2022-10-23 03:59:40 -03:00
Peter Njeim
0c95a015bf fix: build.yaml 2022-10-23 03:54:26 -03:00
Peter Njeim
52a0683344 fix: build.yaml 2022-10-23 03:47:01 -03:00
Peter Njeim
2a29801fb8 Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-10-23 03:35:22 -03:00
Howard Wu
8367bf2b60 Minor Changes 2022-10-22 18:57:06 +08:00
Howard Wu
ff4ca1921d OUTPUT_NAME -> OUTPUT_PATH 2022-10-22 18:32:39 +08:00
Howard Wu
ac4f52ac49 Supports compression using zip format 2022-10-22 18:30:46 +08:00
Roshanlal
58d2c7de76
Update README.md (#204) 2022-10-22 14:03:15 +08:00
Peter Njeim
f35bc8bf66 fix: build.yaml 2022-10-21 21:28:07 -03:00
Peter Njeim
6e7de96b53
fix: build.yaml 2022-10-21 21:23:57 -03:00
Peter Njeim
31368b094c fix: build.yaml 2022-10-21 21:21:58 -03:00
Peter Njeim
67f2d1b131 Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-10-21 21:18:10 -03:00
Peter Njeim
e9cfa1d209
Update README.md 2022-10-21 19:21:19 -03:00
Howard Wu
1fc795b7fe Supports compression using xz format
Close #203
2022-10-22 01:03:02 +08:00
orariley70
dcc6dcd9be
Improve wording and provide tutorial to detach fork (#170)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-10-08 21:27:27 +08:00
Peter Njeim
a9f058469e Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-10-05 13:30:22 -03:00
Howard Wu
b092bcefe1 Update build.sh
Unable to detect if it is in Windows terminal
2022-10-05 22:20:14 +08:00
Howard Wu
97dba57d42 Update installation script
Make sure to run Powershell on the Administrator account using the console host
Check the version before installing dependencies, and install dependencies only if needed
2022-10-05 21:47:46 +08:00
Peter Njeim
7d47f89a7a Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal 2022-10-04 03:29:53 -03:00