Peter Njeim
db06eb0eda
Update generateMagiskLink.py
2022-12-09 22:28:29 -04:00
Peter Njeim
60a2ad0efc
Update extractWSA.py
2022-12-09 22:28:27 -04:00
Peter Njeim
91bdc6819c
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
2022-12-09 19:18:19 -04:00
Syuugo
e5f25504a0
Added artifact name more details ( #289 )
...
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-12-09 20:36:59 +08:00
Syuugo
6e31ee5e53
Compatible with 2211 and later (Remove Amazon Appstore) ( #288 )
2022-12-09 20:13:22 +08:00
Howard Wu
b71eed35fa
Skip merge language resources when they do not exist
2022-12-09 20:11:20 +08:00
Howard Wu
67682f8ca5
Add skip download wsa ( #287 )
2022-12-09 18:10:28 +08:00
Howard Wu
c86cd29e33
Add more info to artifact name ( #286 )
2022-12-09 17:21:29 +08:00
Howard Wu
7c08d33c7e
Fix GApps regexp ( #284 )
2022-12-08 20:06:42 +08:00
Howard Wu
c9e4374c2f
Download GApps by Android version ( #280 )
2022-12-08 16:06:23 +08:00
Peter Njeim
de2544e9c5
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
2022-11-23 19:44:33 -04: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
Syuugo
b56e7bf101
Delete apps no longer need ( #258 )
2022-11-23 15:26:20 +08: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
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
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
Howard Wu
0bb1cfe3fc
Fallback to apk if magisk zip not found
2022-10-26 22:28:04 +08: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
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
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
Peter Njeim
67f2d1b131
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
2022-10-21 21:18:10 -03:00
Howard Wu
1fc795b7fe
Supports compression using xz format
...
Close #203
2022-10-22 01:03:02 +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
Howard Wu
db46b5eb1d
Fix config SELinux label
2022-10-02 19:40:49 +08:00
Syuugo
d072fca386
Fix Improved method of adding features ( #162 )
...
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-10-02 19:31:42 +08:00
Howard Wu
9672e2cfb2
Update installation script
...
Make sure to run Powershell using the Windows console host
2022-10-02 19:05:08 +08:00
Peter Njeim
0059ddaa58
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
2022-09-30 21:37:37 -03:00
MilkClouds
ed2529e620
Fixed typo related to f.close() ( #155 )
2022-09-30 00:55:43 +08:00
Peter Njeim
4974e68bfd
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
2022-09-25 01:02:19 -03:00
Howard Wu
105a778eee
Manually grant executable privileges to linker
...
Even though executable permissions have been added to the version control, considering that some people don't use it, they directly download the zip archive and unzip it, which by default has no executable permissions
Close #121
2022-09-24 15:42:37 +08:00
Peter Njeim
a82d06d5ce
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
2022-09-23 22:52:21 -03:00
Howard Wu
2564ad0387
Fix OpenSUSE need install package
2022-09-23 17:19:14 +08:00
Howard Wu
0e31e695b3
Preference for whiptail
2022-09-23 17:02:37 +08:00
Howard Wu
97e5072d9f
Minor Fixes
2022-09-23 16:43:50 +08:00
Howard Wu
9bf6f6ce1b
Also check if sudo
exists in run.sh
...
More distributions supported
Now supports OpenSUSE's default package manager
2022-09-23 16:31:12 +08:00
ShyPixie
dca675e5f6
Make sudo optional
2022-09-22 19:27:11 -03:00
Peter Njeim
16adf4c428
Merge branch 'main' of https://github.com/LSPosed/MagiskOnWSALocal
2022-09-22 15:26:41 -03:00
Howard Wu
f3ed2d7a83
Fix /sbin
label
2022-09-22 19:46:23 +08:00