mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-14 15:45:06 +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"
|
||||
}
|
||||
|
||||
If (Check-Windows11 -And Test-CommandExist pwsh.exe) {
|
||||
If ((Check-Windows11) -And (Test-CommandExist 'pwsh.exe')) {
|
||||
$pwsh = "pwsh.exe"
|
||||
} Else {
|
||||
$pwsh = "powershell.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user