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