mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-25 04:36:53 +01:00
Optimize readability
This commit is contained in:
parent
dbb4a085b0
commit
c67866a280
@ -57,7 +57,7 @@ Function Finish {
|
|||||||
Start-Process "wsa://com.android.vending"
|
Start-Process "wsa://com.android.vending"
|
||||||
}
|
}
|
||||||
|
|
||||||
If (Check-Windows11 -And Test-CommandExist pwsh.exe) {
|
If ((Check-Windows11) -And (Test-CommandExist 'pwsh.exe')) {
|
||||||
$pwsh = "pwsh.exe"
|
$pwsh = "pwsh.exe"
|
||||||
} Else {
|
} Else {
|
||||||
$pwsh = "powershell.exe"
|
$pwsh = "powershell.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user