diff --git a/script/build_with_pake_cli.ps1 b/script/build_with_pake_cli.ps1 index c85ed22..4a0f961 100644 --- a/script/build_with_pake_cli.ps1 +++ b/script/build_with_pake_cli.ps1 @@ -24,7 +24,7 @@ Write-Host "===========================`n" Set-Location node_modules/pake-cli # init params -${Params}=" && node cli.js $env:URL --name $env:NAME" +${Params}="node cli.js $env:URL --name $env:NAME" # download icon if ((($null -ne $env:URL) -and ($env:URL -ne ""))){