mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Fix incorrect text
Co-Authored-By: DistantCoder <82241815+WellCodeIsDelicious@users.noreply.github.com>
This commit is contained in:
parent
d2125375ca
commit
9ca2d15c1e
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -138,7 +138,7 @@ jobs:
|
||||
else
|
||||
verofwsa=${{ needs.check.outputs.LATEST_RETAIL_VER }}
|
||||
win11x64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_${verofwsa}\"><img alt=\"win11x64downstable\" src=\"https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2011%20x64-blue?style=for-the-badge&logo=windows11\"/></a></p>"
|
||||
win11arm64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_${verofwsa}_arm64\"><img alt=\"win11arm64downstable\" src=\"https://img.shields.io/badge/https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2011%20arm64-blue?style=for-the-badge&logo=windows11\"/></a></p>"
|
||||
win11arm64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_${verofwsa}_arm64\"><img alt=\"win11arm64downstable\" src=\"https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2011%20arm64-blue?style=for-the-badge&logo=windows11\"/></a></p>"
|
||||
win10x64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_${verofwsa}\"><img alt=\"win10x64down\" src=\"https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2010%20x64-blue?style=for-the-badge&logo=windows\"/></a></p>"
|
||||
fi
|
||||
echo "LINK_FOR_W11X64=$win11x64_link" >> $GITHUB_ENV
|
||||
|
@ -46,7 +46,7 @@ You may encounter this problem, even if Virtualization is enabled on your PC (in
|
||||
|
||||
Change the value of “Start” from “3” to “0”
|
||||
|
||||
> **Note**
|
||||
> [!NOTE]
|
||||
> You can change it back to 3, if it makes no difference
|
||||
|
||||
|
||||
|
@ -45,7 +45,7 @@ function Finish {
|
||||
|
||||
</br>
|
||||
|
||||
> **Warning**
|
||||
> [!WARNING]
|
||||
> **Do not start WSA before restoring user data.**
|
||||
|
||||
</br>
|
||||
|
@ -49,7 +49,7 @@
|
||||
|
||||
Change the value of “Start” from “3” to “0”
|
||||
|
||||
> **Note**
|
||||
> [!NOTE]
|
||||
> You can change it back to 3, if it makes no difference
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
- Basic knowledge on Command Prompt (CMD) usage
|
||||
- There must be enough space on the disk/partiton that you are installing/moving WSA to (recommended 20GB, as the VHDX can become very large in size)
|
||||
|
||||
> **Note**
|
||||
> [!NOTE]
|
||||
>
|
||||
> If you want to preseve your data, make a backup of the `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` file. After uninstalling, copy the VHDX file back to the `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache` folder.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user