mirror of https://github.com/axmolengine/axmol.git
Fix ci
This commit is contained in:
parent
0cab7e3f1f
commit
034aea1bae
|
@ -16,7 +16,7 @@ param(
|
|||
|
||||
Set-Alias println Write-Host
|
||||
|
||||
if (!$uri -or !$prefix) {
|
||||
if ((!$name -and !$uri) -or !$prefix) {
|
||||
throw 'fetch.ps1: missing parameters'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue