mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-08 09:39:08 +00:00
Skip Optimize-VHD
Now we won't modify the vhdx image anymore
This commit is contained in:
parent
061a0c5984
commit
a85996a65f
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue