Skip to content

Commit

Permalink
Merge pull request #776 from LSPosed/lspinit
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 authored Mar 3, 2024
2 parents d44a77b + 59758e5 commit 41aec53
Show file tree
Hide file tree
Showing 34 changed files with 418 additions and 1,016 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
download
output
python3-env
token
35 changes: 0 additions & 35 deletions arm64/gapps/product/etc/sysconfig/component-overrides.xml

This file was deleted.

Binary file removed arm64/gapps/product/overlay/GoogleWebViewOverlay.apk
Binary file not shown.
Binary file removed arm64/system/priv-app/VpnDialogs/VpnDialogs.apk
Binary file not shown.
Binary file removed bin/aarch64/fuse.erofs
Binary file not shown.
Binary file removed bin/aarch64/mkfs.erofs
Binary file not shown.
Binary file added bin/arm64/lspinit
Binary file not shown.
Binary file added bin/x64/lspinit
Binary file not shown.
Binary file removed bin/x86_64/fuse.erofs
Binary file not shown.
Binary file removed bin/x86_64/mkfs.erofs
Binary file not shown.
7 changes: 1 addition & 6 deletions installer/Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with MagiskOnWSALocal. If not, see <https://www.gnu.org/licenses/>.
#
# Copyright (C) 2023 LSPosed Contributors
# Copyright (C) 2024 LSPosed Contributors
#

$Host.UI.RawUI.WindowTitle = "Installing MagiskOnWSA...."
Expand Down Expand Up @@ -48,11 +48,6 @@ Function Test-CommandExist {
} #end function Test-CommandExist

Function Finish {
Clear-Host
If (Test-CommandExist Optimize-VHD) {
Write-Output "Optimizing VHDX size...."
Optimize-VHD ".\*.vhdx" -Mode Full
}
Clear-Host
Start-Process "wsa://com.topjohnwu.magisk"
Start-Process "wsa://com.android.vending"
Expand Down
Binary file removed linker/aarch64/libc.so
Binary file not shown.
Binary file removed linker/aarch64/libdl.so
Binary file not shown.
Binary file removed linker/aarch64/libm.so
Binary file not shown.
Binary file removed linker/aarch64/linker64
Binary file not shown.
Binary file removed linker/x86_64/libc.so
Binary file not shown.
Binary file removed linker/x86_64/libdl.so
Binary file not shown.
Binary file removed linker/x86_64/libm.so
Binary file not shown.
Binary file removed linker/x86_64/linker64
Binary file not shown.
Loading

0 comments on commit 41aec53

Please sign in to comment.