diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index ea57f23..e3fd811 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -287,7 +287,7 @@ jobs: EOF wine64 ~/makepri.exe new /pr pri /in MicrosoftCorporationII.WindowsSubsystemForAndroid /cf priconfig.xml /of ${{ matrix.arch }}/resources.pri /o sed -i -zE "s//\n$(cat xml/* | grep -Po ']*/>' | sed ':a;N;$!ba;s/\n/\\n/g' | sed 's/\$/\\$/g' | sed 's/\//\\\//g')\n<\/Resources>/g" ${{ matrix.arch }}/AppxManifest.xml - - name: Fix External Storage + - name: Add extra packages run: | wget -qO- "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/archive/$GITHUB_REF.tar.gz" | sudo tar --wildcards -zxvf- --strip-component=2 '*/${{ matrix.arch }}/system/*' sudo find system/system/priv-app -type d -exec chmod 0755 {} \; diff --git a/README.md b/README.md index d876741..0366f51 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - Automatically activates developers mode in Windows 11 - Update to new version while preserving data with one-click script - Merged all language packs +- Support managing start menu icons (manually installing [WSAHelper](https://github.com/LSPosed/WSAHelper/releases/latest) to use this feature) ## Video Guide https://user-images.githubusercontent.com/5022927/145696886-e13ebfc1-ff25-4410-893e-d3e517af70ea.mp4 @@ -32,7 +33,7 @@ https://user-images.githubusercontent.com/5022927/145696886-e13ebfc1-ff25-4410-8 - The size shown in the webpage is uncompressed size and the zip you download will be compressed. So the size of the zip will be much less than the size shown in the webpage. 1. Right-click `Install.ps1` and select `Run with PowerShell` - If you previously have a MagiskOnWSA installation, it will automatically uninstall the previous while **preserving all userdata** and install the new one, so don't worry about your data. - - If you have an official WSA installation, you should uninstall it first. (In case you want to preserve your data, you can backup `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` before uninstallation and restore it after installation.) + - If you have an official WSA installation, you should uninstall it first. (In case you want to preserve your data, you can backup `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` before uninstallation and restore it after installation.) (If you want to restore the icons to start menu, please install and use [WSAHelper](https://github.com/LSPosed/WSAHelper/releases/latest).) 1. Magisk/Play store will be launched. Enjoy by installing LSPosed-zygisk with zygisk enabled or Riru and LSPosed-riru ## FAQ diff --git a/arm64/system/system/priv-app/WSAHelper/WSAHelper.apk b/arm64/system/system/priv-app/WSAHelper/WSAHelper.apk new file mode 100755 index 0000000..9817e05 Binary files /dev/null and b/arm64/system/system/priv-app/WSAHelper/WSAHelper.apk differ diff --git a/x64/system/system/priv-app/WSAHelper/WSAHelper.apk b/x64/system/system/priv-app/WSAHelper/WSAHelper.apk new file mode 100755 index 0000000..9817e05 Binary files /dev/null and b/x64/system/system/priv-app/WSAHelper/WSAHelper.apk differ