update pake-cli, fixup a bug
This commit is contained in:
2
script/build_with_pake_cli.ps1
vendored
2
script/build_with_pake_cli.ps1
vendored
@@ -27,7 +27,7 @@ Set-Location node_modules/pake-cli
|
||||
${Params}="node cli.js $env:URL --name $env:NAME"
|
||||
|
||||
# download icon
|
||||
if ((($null -ne $env:URL) -and ($env:URL -ne ""))){
|
||||
if ((($null -ne $env:ICON) -and ($env:ICON -ne ""))){
|
||||
if ($IsLinux) {
|
||||
curl -L "$env:ICON" -o icon.png
|
||||
${Params}="${Params} --icon icon.png"
|
||||
|
||||
Reference in New Issue
Block a user